Skip to content

Commit

Permalink
Run make generate-release (#141)
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 0d18aa8 commit e032dd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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.16

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.16

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

USER 65532

Expand Down

0 comments on commit e032dd1

Please sign in to comment.