You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the local image design is brought back via #1479 , also a problem is back.
The docker compose build order is not always established. It means that it may build the cron image before the sentry-self-hosted-local is built. You can refer to docker/compose#5228 and docker/compose#6332 to get details.
Expected Result
Build cleanup image base on the latest sentry-self-hosted-local.
Actual Result
When a clean build, it may cause an error about image 'sentry-self-hosted-local' is not found.
When an upgrade build, it may incorrectly use the older sentry-self-hosted-local as the base image.
The text was updated successfully, but these errors were encountered:
Version
nightly (master)
Steps to Reproduce
Since the local image design is brought back via #1479 , also a problem is back.
The docker compose build order is not always established. It means that it may build the cron image before the
sentry-self-hosted-local
is built. You can refer to docker/compose#5228 and docker/compose#6332 to get details.Expected Result
Build cleanup image base on the latest sentry-self-hosted-local.
Actual Result
When a clean build, it may cause an error about image 'sentry-self-hosted-local' is not found.
When an upgrade build, it may incorrectly use the older
sentry-self-hosted-local
as the base image.The text was updated successfully, but these errors were encountered: