From 31ded54e1c1ea1f2683524e807dd779b9cc1f401 Mon Sep 17 00:00:00 2001 From: Dan King Date: Wed, 26 Apr 2023 15:58:20 -0400 Subject: [PATCH] [query] revert to skopeo 1.11.2 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 --- build.yaml | 4 ++-- ci/Dockerfile.ci-utils | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.yaml b/build.yaml index a601cb2ef20..c960047279d 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 @@ -3270,7 +3270,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