Skip to content

Commit

Permalink
[query] revert to skopeo 1.11.2 (#12938)
Browse files Browse the repository at this point in the history
I should have checked quay.io for 1.12.0, which doesn't exist:
https://quay.io/repository/skopeo/stable?tab=tags&tag=v1.12.0

Even though 1.12.0 was released two weeks ago
https://github.com/containers/skopeo/releases
  • Loading branch information
danking authored Apr 26, 2023
1 parent 97015b1 commit 91a3830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
- azure
- kind: runImage
name: copy_third_party_images
image: quay.io/skopeo/stable:v1.12.0
image: quay.io/skopeo/stable:v1.11.2
script: |
set -ex
Expand Down Expand Up @@ -3266,7 +3266,7 @@ steps:
- gcp
- kind: runImage
name: mirror_hailgenetics_images
image: quay.io/skopeo/stable:v1.12.0
image: quay.io/skopeo/stable:v1.11.2
script: |
set -ex
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.ci-utils
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ FROM golang:1.18 AS skopeo-build

WORKDIR /usr/src/skopeo

ARG SKOPEO_VERSION="1.12.0"
ARG SKOPEO_VERSION="1.11.2"
RUN curl -fsSL "https://github.com/containers/skopeo/archive/v${SKOPEO_VERSION}.tar.gz" \
| tar -xzf - --strip-components=1

Expand Down

0 comments on commit 91a3830

Please sign in to comment.