We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This resulted in a race when using make -j and docker images overwriting each other: #13769.
make -j
~ ❯ 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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This resulted in a race when using
make -j
and docker images overwriting each other: #13769.Once this is fixed, we can revert #13769.
The text was updated successfully, but these errors were encountered: