File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
openshift/ci-operator/knative-images Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ WORKDIR /workspace
88# Allow copying from higher directory when context is limited
99COPY . .
1010ENV TAG="v1.17.0"
11- ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:2a77b1aeaad020116a4031423331addac4d9684ce172bb4dbea52018f1fa31b5
12- ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:c99db1c35fe8176c0b2dae5a6114c8d891f2e5626546bdd50b28763b0aae73b0
11+ ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:13db3b2ff6284a4c41dcc15b720d9f462fcc08086202d112fab1a7b19a9ff6b4
12+ ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:cf299500dd7b83635239d5c239ce1bd77d8d9011268b84947b73142d82355c13
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 @@ -10,8 +10,8 @@ COPY . .
1010ENV CGO_ENABLED=1
1111ENV GOEXPERIMENT=strictfipsruntime
1212
13- ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:2a77b1aeaad020116a4031423331addac4d9684ce172bb4dbea52018f1fa31b5
14- ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:c99db1c35fe8176c0b2dae5a6114c8d891f2e5626546bdd50b28763b0aae73b0
13+ ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:13db3b2ff6284a4c41dcc15b720d9f462fcc08086202d112fab1a7b19a9ff6b4
14+ ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:cf299500dd7b83635239d5c239ce1bd77d8d9011268b84947b73142d82355c13
1515RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn
1616
1717FROM $GO_RUNTIME
You can’t perform that action at this time.
0 commit comments