We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
make generate-release
1 parent b510cbd commit 1f07136Copy full SHA for 1f07136
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:b87977c92d1db5816be46f7ea7275b9e53d2d67e0e3d987922f5de763fb15295
+ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel8@sha256:b0eb1f0b2f180afb207186267601665f2979c4cf21a0e434e7601123e3826716
14
ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel8@sha256:f7795088777ea84fc6180b81b6131962944e34918e2c06671033a1a572581773
15
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn
16
0 commit comments