Skip to content

Commit 95b0f55

Browse files
author
serverless-qe
committed
Generate dockerfiles with "make generate-release"
1 parent f4dd69d commit 95b0f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openshift/ci-operator/knative-images/kn/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ COPY . .
1010
ENV CGO_ENABLED=1
1111
ENV GOEXPERIMENT=strictfipsruntime
1212

13-
ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel8@sha256:edb7e9d04d424dbe7e15d059fd4217298036ca299e7a358f6edb21bb404aeb6c
14-
ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel8@sha256:77c39a75229f6435db793a5b2d9f4249fe7c7ab8acca04069372668c1bf94798
13+
ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel8@sha256:e64a687e776d57c78d562bace5e9315056aa1b773d6ed91b703b9c475d482b54
14+
ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel8@sha256:77deb5b69c752af8efc23538c3f7883df0010bf7014b0d6b2b852eeec092fe0a
1515
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn
1616

1717
FROM $GO_RUNTIME

0 commit comments

Comments
 (0)