-
Notifications
You must be signed in to change notification settings - Fork 595
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
[BUG] Docker version flipflopping between 19.03.9 and 20.10.13 #828
Comments
I am struggling with this same issue. It is causing intermittent failures. |
I faced a same problem. I have fixed the tag from latest to 20. But I hope 20 is latest. |
Yep, woke up to broken pipelines as we utilize --all-tags flag which does not work in v19. 'Unkown flag' Temporary fix is to modify cloudbuild.yaml docker steps across the board to
|
Hello, I suggest to tag the latest v19 as "19-latest", and latest v20 to "20-latest". Then you'll be able to pin to the latest version of the mayor you need. Also will be nice to have as the real latest the v20. Best regards |
The rollout of This is moving forward. |
Affected builder image
gcr.io/cloud-builders/docker
Expected Behavior
Latest should either be pinned to 20 or 19. The codebase has it pointing at 20, but it has clearly been reverted to 19 in the container registry: https://console.cloud.google.com/gcr/images/cloud-builders/GLOBAL/docker
Actual Behavior
Latest is pointing at 19,
Steps to Reproduce the Problem
N/A
Additional Info
Either is fine but the repository should be the source of truth, something has been manually reported.
We're now pinning all our versions just be safe that we don't have this regression. A weekend of missing tags was the result 🤦, our faul.t
The text was updated successfully, but these errors were encountered: