Skip to content

Commit

Permalink
Run make generate-release (#1359)
Browse files Browse the repository at this point in the history
Co-authored-by: creydr <[email protected]>
  • Loading branch information
serverless-qe and creydr authored Nov 22, 2024
1 parent 353a547 commit 4e136cd
Show file tree
Hide file tree
Showing 24 changed files with 88 additions and 48 deletions.
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1214,8 +1214,6 @@ k8s.io/utils v0.0.0-20200912215256-4140de9c8800/go.mod h1:jPW/WVKK9YHAvNhRxK0md/
k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A=
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
knative.dev/eventing v0.43.0 h1:GELHZ0yYosMeV78l4alMsd7HJciEu6a3T2C5l7MPi3Y=
knative.dev/eventing v0.43.0/go.mod h1:pdrF+bEUfRkNn9ifWXS7DoVj5W31gA5KQVd8iwplXUo=
knative.dev/eventing v0.43.1-0.20241030064349-6db9011037f5 h1:kpaI1PDvlHYUqdzc02kLDN1EkvX/mgErMG5wDmBfoMI=
knative.dev/eventing v0.43.1-0.20241030064349-6db9011037f5/go.mod h1:pdrF+bEUfRkNn9ifWXS7DoVj5W31gA5KQVd8iwplXUo=
knative.dev/hack v0.0.0-20241010131451-05b2fb30cb4d h1:aCfX7kwkvgGxXXGbso5tLqdwQmzBkJ9d+EIRwksKTvk=
Expand Down
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-images/event_display/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 /usr/bin/event_display
COPY LICENSE /licenses/

USER 65532

Expand Down
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-images/heartbeats/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 /usr/bin/heartbeats
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/kafka-controller
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/kafka-source-controller
COPY LICENSE /licenses/

USER 65532

Expand Down
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-images/migrate/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 /usr/bin/migrate
COPY LICENSE /licenses/

USER 65532

Expand Down
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-images/post-install/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 /usr/bin/post-install
COPY LICENSE /licenses/

USER 65532

Expand Down
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-images/webhook-kafka/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 /usr/bin/webhook-kafka
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/committed-offset
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/consumer-group-lag-provider-test
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/event-sender
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/eventshub
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/kafka-consumer
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/logs-exporter
COPY LICENSE /licenses/

USER 65532

Expand Down
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-test-images/print/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 /usr/bin/print
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/recordevents
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/request-sender
COPY LICENSE /licenses/

USER 65532

Expand Down
2 changes: 2 additions & 0 deletions openshift/ci-operator/knative-test-images/watch-cm/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 /usr/bin/watch-cm
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/wathola-fetcher
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/wathola-forwarder
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/wathola-receiver
COPY LICENSE /licenses/

USER 65532

Expand Down
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 /usr/bin/wathola-sender
COPY LICENSE /licenses/

USER 65532

Expand Down
Loading

0 comments on commit 4e136cd

Please sign in to comment.