diff --git a/build.yaml b/build.yaml index dfcf1188a4d..299c3891d96 100644 --- a/build.yaml +++ b/build.yaml @@ -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 @@ -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 diff --git a/ci/Dockerfile.ci-utils b/ci/Dockerfile.ci-utils index b0011a793b4..aefd0f0b7f8 100644 --- a/ci/Dockerfile.ci-utils +++ b/ci/Dockerfile.ci-utils @@ -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