- Notifications
You must be signed in to change notification settings - Fork921
Open
Description
This resulted in a race when usingmake -j
and docker images overwriting each other:#13769.
~❯ docker image pull --platform linux/arm64 ghcr.io/coder/coder-base:v2.13.0v2.13.0: Pulling from coder/coder-baseDigest: sha256:35cec61e51aca5a87d1e38cdc7a4ee5079e846709398704de8c5e6816ea47e95Status: Image is up to date for ghcr.io/coder/coder-base:v2.13.0ghcr.io/coder/coder-base:v2.13.0~❯ docker image pull --platform linux/amd64 ghcr.io/coder/coder-base:v2.13.0v2.13.0: Pulling from coder/coder-baseDigest: sha256:35cec61e51aca5a87d1e38cdc7a4ee5079e846709398704de8c5e6816ea47e95Status: Downloaded newer image for ghcr.io/coder/coder-base:v2.13.0ghcr.io/coder/coder-base:v2.13.0
Once this is fixed, we can revert#13769.
Metadata
Metadata
Assignees
Labels
No labels