Skip to content

Image ghcr.io/coder/coder-base:v2.13.0 published with same SHA256 for all platforms #13770

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

Open
mafredri opened this issue Jul 2, 2024 · 0 comments

Comments

@mafredri
Copy link
Member

mafredri commented Jul 2, 2024

This resulted in a race when using make -j and docker images overwriting each other: #13769.

~
❯ docker image pull --platform linux/arm64 ghcr.io/coder/coder-base:v2.13.0
v2.13.0: Pulling from coder/coder-base
Digest: sha256:35cec61e51aca5a87d1e38cdc7a4ee5079e846709398704de8c5e6816ea47e95
Status: Image is up to date for ghcr.io/coder/coder-base:v2.13.0
ghcr.io/coder/coder-base:v2.13.0

~
❯ docker image pull --platform linux/amd64 ghcr.io/coder/coder-base:v2.13.0
v2.13.0: Pulling from coder/coder-base
Digest: sha256:35cec61e51aca5a87d1e38cdc7a4ee5079e846709398704de8c5e6816ea47e95
Status: Downloaded newer image for ghcr.io/coder/coder-base:v2.13.0
ghcr.io/coder/coder-base:v2.13.0

Once this is fixed, we can revert #13769.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants