Sentry v10 Beta Upgrading issue

Error as follow

Successfully built 050b58df812a
Successfully tagged sentry-onpremise-local:latest
Building sentry-cleanup
Step 1/5 : ARG BASE_IMAGE
Step 2/5 : FROM ${BASE_IMAGE}
ERROR: Service ‘sentry-cleanup’ failed to build: pull access denied for sentry-onpremise-local, repository does not exist or may require ‘docker login’

Can you share your docker-compose and docker versions as this seems to be a bug?

docker-compose version 1.24.1, build 4667896

Docker version 18.09.7, build 2d0083d

Run on GCP n1-standard instances

Same Problem here! How to fix?
EDIT: works for me with ./install.sh

@NullP0interEx Yea this works for us too.

I’ll look into why this happens but most of the time it works (unless you use --pull when doing docker-compose build)