File tree Expand file tree Collapse file tree
openshift/ci-operator/knative-images Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ WORKDIR /workspace
99COPY . .
1010ENV TAG=v1.22.0
1111ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:372f8f4bd505e6aa3c04629ce4dd332d162f6cd2393d5504a8aca03c937cf4e9
12- ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:7a5f3085e3b8d9a45380fe3e300ca47002b947ce049780029474adde04a1338f
12+ ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:50872f9d06711584015cfe7843834a2121371f7353a0cc1f539de1d455325899
1313# Build binaries
1414# RUN make build-cross-package
1515RUN ./hack/build.sh -p linux amd64
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ENV GOEXPERIMENT=strictfipsruntime
1212ENV GOFLAGS='-mod=mod'
1313
1414ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:372f8f4bd505e6aa3c04629ce4dd332d162f6cd2393d5504a8aca03c937cf4e9
15- ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:7a5f3085e3b8d9a45380fe3e300ca47002b947ce049780029474adde04a1338f
15+ ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:50872f9d06711584015cfe7843834a2121371f7353a0cc1f539de1d455325899
1616RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn
1717
1818FROM $GO_RUNTIME
You can’t perform that action at this time.
0 commit comments