Skip to content

Commit

Permalink
Run generate-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Sep 26, 2024
1 parent df4d392 commit 7f04cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openshift/ci-operator/build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 &&
RUN ./get-helm-3 --version v3.11.3 --no-sudo && helm version

RUN GOFLAGS='' go install github.com/mikefarah/yq/v3@latest
RUN GOFLAGS='' go install -tags="exclude_graphdriver_btrfs containers_image_openpgp" github.com/containers/skopeo/cmd/[email protected]

# go install creates $GOPATH/.cache with root permissions, we delete it here
# to avoid permission issues with the runtime users
Expand Down

0 comments on commit 7f04cc6

Please sign in to comment.