Skip to content

Commit

Permalink
Run make generate-release (#140)
Browse files Browse the repository at this point in the history
Co-authored-by: skonto <[email protected]>
  • Loading branch information
serverless-qe and skonto authored Nov 20, 2024
1 parent 7542646 commit 101bb94
Show file tree
Hide file tree
Showing 3 changed files with 5 additions 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
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-images/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal

FROM $GO_BUILDER as builder

WORKDIR /workspace
COPY . .

ENV CGO_ENABLED=1
Expand All @@ -16,6 +17,7 @@ FROM $GO_RUNTIME
ARG VERSION=knative-v1.15

COPY --from=builder /usr/bin/main /ko-app/controller
COPY LICENSE /licenses/

USER 65532

Expand Down
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-images/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ARG GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal

FROM $GO_BUILDER as builder

WORKDIR /workspace
COPY . .

ENV CGO_ENABLED=1
Expand All @@ -16,6 +17,7 @@ FROM $GO_RUNTIME
ARG VERSION=knative-v1.15

COPY --from=builder /usr/bin/main /ko-app/webhook
COPY LICENSE /licenses/

USER 65532

Expand Down

0 comments on commit 101bb94

Please sign in to comment.