[release/1.5] cherry-pick: CI: Switch to available latest images#5894
Merged
dmcgowan merged 1 commit intocontainerd:release/1.5from Aug 19, 2021
Merged
[release/1.5] cherry-pick: CI: Switch to available latest images#5894dmcgowan merged 1 commit intocontainerd:release/1.5from
dmcgowan merged 1 commit intocontainerd:release/1.5from
Conversation
`mirror.gcr.io/library/busybox:1.32.0` is unavailable. ```console $ curl -s https://mirror.gcr.io//v2/library/busybox/tags/list | jq '.tags' [ "1.26.2", "1.27.2", "1.28", "1.29", "1.29.2", "1.29.3", "1.30", "1.30.1", "1.31", "1.31.0", "1.31.1", "1.32", "latest" ] ``` `mirror.gcr.io/library/alpine:3.13` is unavailable. ```console $ curl -s https://mirror.gcr.io//v2/library/alpine/tags/list | jq '.tags' [ "20200428", "3", "3.10", "3.11", "3.12", "3.12.0", "3.12.1", "3.13.5", "3.3", "3.4", "3.6", "3.7", "3.8", "3.9", "latest" ] ``` Signed-off-by: Kohei Tokunaga <[email protected]> (cherry picked from commit cd33c00)
|
Build succeeded.
|
kzys
approved these changes
Aug 19, 2021
thaJeztah
approved these changes
Aug 19, 2021
Member
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
is this needed for the 1.4 branch as well?
dmcgowan
approved these changes
Aug 19, 2021
Member
Author
Just verified; we weren't using mirror.gcr.io in |
Member
|
Thanks Phil! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick PR #5625 from main to
release/1.5to fix CImirror.gcr.io/library/busybox:1.32.0is unavailable.mirror.gcr.io/library/alpine:3.13is unavailable.Signed-off-by: Kohei Tokunaga [email protected]
(cherry picked from commit cd33c00)