Skip to content

Commit 4e4eee0

Browse files
serverless-qeserverless-qe
andauthored
[release-v1.17] Update Konflux configurations (#1094)
* Generate dockerfiles with "./openshift/scripts/generate-dockerfiles.sh" * [release-v1.17] Sync Konflux configurations --------- Co-authored-by: serverless-qe <[email protected]>
1 parent 4c8159a commit 4e4eee0

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.tekton/kn-plugin-func-func-util-117-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
value: openshift/ci-operator/knative-images/func-util/Dockerfile
2222
- name: build-args
2323
value:
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime

.tekton/kn-plugin-func-func-util-117-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
value: openshift/ci-operator/knative-images/func-util/Dockerfile
2121
- name: build-args
2222
value:
23-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
23+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.23
2424
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2525
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2626
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime

openshift/ci-operator/knative-images/func-util/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ COPY LICENSE /licenses/
2424

2525
RUN ln -s /usr/bin/func-util /usr/local/bin/deploy && \
2626
ln -s /usr/bin/func-util /usr/local/bin/scaffold && \
27-
ln -s /usr/bin/func-util /usr/local/bin/s2i
27+
ln -s /usr/bin/func-util /usr/local/bin/s2i && \
28+
ln -s /usr/bin/func-util /usr/local/bin/s2i-generate
2829

2930
USER 65532
3031

0 commit comments

Comments
 (0)