Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It may build local cleanup image before the local sentry image is built #1490

Closed
PMExtra opened this issue May 26, 2022 · 2 comments
Closed

Comments

@PMExtra
Copy link

PMExtra commented May 26, 2022

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.

@aminvakil
Copy link
Collaborator

@PMExtra How did you fix this issue?

@PMExtra
Copy link
Author

PMExtra commented May 26, 2022

@github-actions github-actions bot locked and limited conversation to collaborators Jun 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants