Skip to content

Commit

Permalink
Install Skopeo to get latest Konflux SHAs (#2895)
Browse files Browse the repository at this point in the history
skopeo because, Podman doesn't work, Docker needs DinD in CI.

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi authored Sep 26, 2024
1 parent 64608d4 commit 39e3e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/build-image.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39e3e9d

Please sign in to comment.