From 39e3e9d1a5d697005a494e6a1824c6f4bb0fc02e Mon Sep 17 00:00:00 2001 From: Pierangelo Di Pilato Date: Thu, 26 Sep 2024 09:28:54 +0200 Subject: [PATCH] Install Skopeo to get latest Konflux SHAs (#2895) skopeo because, Podman doesn't work, Docker needs DinD in CI. Signed-off-by: Pierangelo Di Pilato --- templates/build-image.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/build-image.Dockerfile b/templates/build-image.Dockerfile index a89e733fb1..43d368da48 100644 --- a/templates/build-image.Dockerfile +++ b/templates/build-image.Dockerfile @@ -8,6 +8,7 @@ RUN yum install -y kubectl httpd-tools RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest RUN GOFLAGS='' go install knative.dev/test-infra/tools/kntest/cmd/kntest@latest +RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.16.1 RUN rm -rf $GOPATH/.cache # Allow runtime users to add entries to /etc/passwd