Skip to content

Commit d18d444

Browse files
serverless-qeserverless-qedsimanskKaustubh-pande
authored
[release-v1.16] Update Konflux configurations (#811)
Update Konflux components and pipelines --------- Co-authored-by: serverless-qe <[email protected]> Co-authored-by: David Simansky <[email protected]> Co-authored-by: Kaustubh Pande <[email protected]>
1 parent 0f700ab commit d18d444

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

openshift/ci-operator/knative-images/kn/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ COPY . .
1010
ENV CGO_ENABLED=1
1111
ENV 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
1515
RUN go build -tags strictfipsruntime -o /usr/bin/main ./cmd/kn
1616

1717
FROM $GO_RUNTIME

openshift/generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3333
echo "func-util sha: ${FUNC_UTIL}"
3434
echo "event-sender sha: ${EVENT_SENDER}"

0 commit comments

Comments
 (0)