Skip to content

Commit f7e392d

Browse files
add env TAG to export upstream version (#868)
cc @dsimansk
1 parent 12e42a2 commit f7e392d

File tree

1 file changed

+1
-1
lines changed
  • openshift/ci-operator/knative-images/cli-artifacts

1 file changed

+1
-1
lines changed

openshift/ci-operator/knative-images/cli-artifacts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM $GO_BUILDER AS builder
77
WORKDIR /workspace
88
# Allow copying from higher directory when context is limited
99
COPY . .
10-
10+
ENV TAG="v1.17.0"
1111
ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel9@sha256:919aed0783ee6e333f619a7fee1c8ea67b6184c19d0ba1ff75f56eec6cb9042b
1212
ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel9@sha256:2d8cfab33f1c46b2d4510ea4b56a09e12b8bcf07c0eb055e84ebc077ec730145
1313
# Build binaries

0 commit comments

Comments
 (0)