We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407f6bb commit 322aa98Copy full SHA for 322aa98
1 file changed
openshift/ci-operator/knative-images/kn/Dockerfile
@@ -10,7 +10,7 @@ COPY . .
10
ENV CGO_ENABLED=1
11
ENV GOEXPERIMENT=strictfipsruntime
12
13
-ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel8@sha256:d0650e4d7e72241e07a3796f20931adba231fbf5e401a45d794761f2c5afae48
+ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel8@sha256:1bdcc2393a002e6e0511adbf27772e9be319c63190d11431c8fdc0096ed12b00
14
ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel8@sha256:018459cbba2e3169bc4be6564cf3747c9cd0677445912abf237f8fe6d58e46ac
15
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn
16
0 commit comments