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 @@ -8,8 +8,8 @@ WORKDIR /workspace
88# Allow copying from higher directory when context is limited
99COPY . .
1010ENV TAG="v1.21.0"
11- ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:211d26a45da2e4178d3cc6132d884e4a209db978b497eea4e7a9f6718ebfbdf1
12- ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:99b31bebf86870f9da47bfb17331cdc4e078a1c69c01f173cda894566481fe59
11+ ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:2f3c9bf1558190e69d6bd65240a55e2bb46d8e09c503881420e77d687549e461
12+ ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:bc8f95c2361a52966c2aacf98eb39276c411bd9697689088d7c09c51facd2e1e
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:211d26a45da2e4178d3cc6132d884e4a209db978b497eea4e7a9f6718ebfbdf1
14- ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:99b31bebf86870f9da47bfb17331cdc4e078a1c69c01f173cda894566481fe59
13+ ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:2f3c9bf1558190e69d6bd65240a55e2bb46d8e09c503881420e77d687549e461
14+ ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:bc8f95c2361a52966c2aacf98eb39276c411bd9697689088d7c09c51facd2e1e
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