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

[BUG] Docker version flipflopping between 19.03.9 and 20.10.13 #828

Closed
templela opened this issue Apr 19, 2022 · 5 comments
Closed

[BUG] Docker version flipflopping between 19.03.9 and 20.10.13 #828

templela opened this issue Apr 19, 2022 · 5 comments
Labels

Comments

@templela
Copy link

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

@templela templela added the bug label Apr 19, 2022
@sgilbert
Copy link

I am struggling with this same issue. It is causing intermittent failures.

@sutoh
Copy link

sutoh commented Apr 20, 2022

I faced a same problem. I have fixed the tag from latest to 20. But I hope 20 is latest.

@EWhitman09
Copy link

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

- name: 'gcr.io/cloud-builders/docker:20.10.13'

@i2TIC
Copy link

i2TIC commented Apr 21, 2022

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

@bendory
Copy link
Member

bendory commented May 20, 2022

The rollout of 20.10.x turned out to be bumpy due to a change in docker push default behavior issue that rolled out as part of 20.10.0 release notes.

This is moving forward.

@bendory bendory closed this as completed May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants