File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
ci-operator/knative-images/kn Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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-rhel8@sha256:9881eac38d6186a5df36647a6d827d72c863e13e8dd9f48db94fcd4074237e9a
14- ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel8@sha256:b25583a3082407a4734a5afe4376ff4f1de8baacbf771e4885d5cfe10d990de8
13+ ENV KN_PLUGIN_FUNC_UTIL_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-func-func-util-rhel8@sha256:82e69a1890042f5636ac7bb645b1aaeaba0a4894851eccc1fa1c63296918e31a
14+ ENV KN_PLUGIN_EVENT_SENDER_IMAGE=registry.redhat.io/openshift-serverless-1/kn-plugin-event-sender-rhel8@sha256:0c2cdf917bbad1f5bca8a2a2ef12a96cfcd0c77c190cc35687eb57169b54ab6f
1515RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn
1616
1717FROM $GO_RUNTIME
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ install_generate_hack_tool || exit 1
2727 --dockerfile-image-builder-fmt " registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.23-openshift-4.19"
2828
2929# git apply $repo_root_dir/openshift/dockerfile.patch
30- FUNC_UTIL=$( skopeo inspect -n --format ' {{.Digest}}' docker://quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/kn-plugin-func-func-util:1.36.0 --override-os linux --override-arch amd64)
31- EVENT_SENDER=$( skopeo inspect -n --format ' {{.Digest}}' docker://quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/kn-plugin-event-sender:1.36.0 --override-os linux --override-arch amd64)
30+ FUNC_UTIL=$( skopeo inspect -n --format ' {{.Digest}}' docker://quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/kn-plugin-func-func-util:1.36.1 --override-os linux --override-arch amd64)
31+ EVENT_SENDER=$( skopeo inspect -n --format ' {{.Digest}}' docker://quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-136/kn-plugin-event-sender:1.36.1 --override-os linux --override-arch amd64)
3232
3333echo " func-util sha: ${FUNC_UTIL} "
3434echo " event-sender sha: ${EVENT_SENDER} "
You can’t perform that action at this time.
0 commit comments