File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
openshift/ci-operator/build-image Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ install-tool-sobranch:
403
403
GOFLAGS=' ' go install github.com/openshift-knative/hack/cmd/sobranch@latest
404
404
405
405
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
407
407
408
408
install-tool-generate :
409
409
GOFLAGS=' ' go install github.com/openshift-knative/hack/cmd/generate@latest
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN yum install -y kubectl httpd-tools
8
8
9
9
RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
10
10
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
12
12
RUN rm -rf $GOPATH/.cache
13
13
14
14
# Allow runtime users to add entries to /etc/passwd
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN yum install -y kubectl httpd-tools
8
8
9
9
RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
10
10
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
12
12
RUN rm -rf $GOPATH/.cache
13
13
14
14
# Allow runtime users to add entries to /etc/passwd
You can’t perform that action at this time.
0 commit comments