Skip to content

CI: Switch to the available latest images#5625

Merged
fuweid merged 1 commit intocontainerd:mainfrom
ktock:bb
Jun 21, 2021
Merged

CI: Switch to the available latest images#5625
fuweid merged 1 commit intocontainerd:mainfrom
ktock:bb

Conversation

@ktock
Copy link
Copy Markdown
Member

@ktock ktock commented Jun 21, 2021

This PR will fix recent CI flakiness.

e.g. https://github.com/containerd/containerd/pull/5624/checks?check_run_id=2872129388#step:10:24

failed to resolve reference "mirror.gcr.io/library/busybox:1.32.0": mirror.gcr.io/library/busybox:1.32.0: not found: time="2021-06-21T05:13:34.429018623Z" level=info msg="starting containerd" revision=7a05fcc46b77bd0f0250a3f4d6d74c08c803d794 version=7a05fcc

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"
]

@ktock ktock marked this pull request as draft June 21, 2021 05:28
`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]>
@ktock ktock changed the title CI: Switch to mirror.gcr.io/library/busybox:1.32 CI: Switch to the available latest images Jun 21, 2021
@ktock ktock marked this pull request as ready for review June 21, 2021 06:25
@ktock
Copy link
Copy Markdown
Member Author

ktock commented Jun 21, 2021

ready for review.

@fuweid fuweid merged commit ba70277 into containerd:main Jun 21, 2021
@estesp estesp added the cherry-picked/1.5.x PR commits are cherry-picked into release/1.5 branch label Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-picked/1.5.x PR commits are cherry-picked into release/1.5 branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants