Skip to content

[release/1.5] cherry-pick: CI: Switch to available latest images#5894

Merged
dmcgowan merged 1 commit intocontainerd:release/1.5from
estesp:cp-5625
Aug 19, 2021
Merged

[release/1.5] cherry-pick: CI: Switch to available latest images#5894
dmcgowan merged 1 commit intocontainerd:release/1.5from
estesp:cp-5625

Conversation

@estesp
Copy link
Copy Markdown
Member

@estesp estesp commented Aug 19, 2021

Cherry-pick PR #5625 from main to release/1.5 to fix CI


mirror.gcr.io/library/busybox:1.32.0 is unavailable.

$ 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.

$ 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)

`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)
@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Aug 19, 2021

Build succeeded.

Copy link
Copy Markdown
Contributor

@Zyqsempai Zyqsempai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

is this needed for the 1.4 branch as well?

@dmcgowan dmcgowan merged commit 337ede5 into containerd:release/1.5 Aug 19, 2021
@estesp estesp deleted the cp-5625 branch August 19, 2021 20:39
@estesp
Copy link
Copy Markdown
Member Author

estesp commented Aug 19, 2021

is this needed for the 1.4 branch as well?

Just verified; we weren't using mirror.gcr.io in release/1.4 so not needed there

@thaJeztah
Copy link
Copy Markdown
Member

Thanks Phil!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants