Skip to content

Commit

Permalink
Bump skopeo to 1.17.0 (#3352)
Browse files Browse the repository at this point in the history
* Bump skopeo to 1.17.0

Signed-off-by: Pierangelo Di Pilato <[email protected]>

* Update templates/build-image.Dockerfile

Co-authored-by: Christoph Stäbler <[email protected]>

---------

Signed-off-by: Pierangelo Di Pilato <[email protected]>
Co-authored-by: Christoph Stäbler <[email protected]>
  • Loading branch information
pierDipi and creydr authored Jan 21, 2025
1 parent c108646 commit d2d2f88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ install-tool-sobranch:
GOFLAGS='' go install github.com/openshift-knative/hack/cmd/sobranch@latest

install-tool-skopeo:
GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.16.1
GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0

install-tool-generate:
GOFLAGS='' go install github.com/openshift-knative/hack/cmd/generate@latest
Expand Down
2 changes: 1 addition & 1 deletion openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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 GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0
RUN rm -rf $GOPATH/.cache

# Allow runtime users to add entries to /etc/passwd
Expand Down
2 changes: 1 addition & 1 deletion templates/build-image.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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 GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0
RUN rm -rf $GOPATH/.cache

# Allow runtime users to add entries to /etc/passwd
Expand Down

0 comments on commit d2d2f88

Please sign in to comment.