We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e42a2 commit f7e392dCopy full SHA for f7e392d
openshift/ci-operator/knative-images/cli-artifacts/Dockerfile
@@ -7,7 +7,7 @@ FROM $GO_BUILDER AS builder
7
WORKDIR /workspace
8
# Allow copying from higher directory when context is limited
9
COPY . .
10
-
+ENV TAG="v1.17.0"
11
ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:919aed0783ee6e333f619a7fee1c8ea67b6184c19d0ba1ff75f56eec6cb9042b
12
ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:2d8cfab33f1c46b2d4510ea4b56a09e12b8bcf07c0eb055e84ebc077ec730145
13
# Build binaries
0 commit comments