Skip to content

Commit d2d2f88

Browse files
pierDipicreydr
andauthored
Bump skopeo to 1.17.0 (#3352)
* 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]>
1 parent c108646 commit d2d2f88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ install-tool-sobranch:
403403
GOFLAGS='' go install github.com/openshift-knative/hack/cmd/sobranch@latest
404404

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

408408
install-tool-generate:
409409
GOFLAGS='' go install github.com/openshift-knative/hack/cmd/generate@latest

openshift/ci-operator/build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN yum install -y kubectl httpd-tools
88

99
RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
1010
RUN GOFLAGS='' go install knative.dev/test-infra/tools/kntest/cmd/kntest@latest
11-
RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.16.1
11+
RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0
1212
RUN rm -rf $GOPATH/.cache
1313

1414
# Allow runtime users to add entries to /etc/passwd

templates/build-image.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN yum install -y kubectl httpd-tools
88

99
RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
1010
RUN GOFLAGS='' go install knative.dev/test-infra/tools/kntest/cmd/kntest@latest
11-
RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.16.1
11+
RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/skopeo@v1.17.0
1212
RUN rm -rf $GOPATH/.cache
1313

1414
# Allow runtime users to add entries to /etc/passwd

0 commit comments

Comments
 (0)