Skip to content

Commit

Permalink
[release-v1.15] Update Konflux configurations (#1062)
Browse files Browse the repository at this point in the history
* Generate dockerfiles with "./openshift/scripts/generate-dockerfiles.sh"

* [release-v1.15] Sync Konflux configurations

---------

Co-authored-by: serverless-qe <[email protected]>
  • Loading branch information
serverless-qe and serverless-qe authored Feb 13, 2025
1 parent 5ddfef8 commit a198a42
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .tekton/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -468,9 +468,9 @@ spec:
taskRef:
params:
- name: name
value: sast-shell-check-oci-ta
value: sast-unicode-check-oci-ta
- name: bundle
value: quay.io/konflux-ci/tekton-catalog/task-sast-shell-check-oci-ta:0.1@sha256:9b0138a597445f3887697da69c9b8b91368f0b72b98e9304fa209b43523bd6fb
value: quay.io/konflux-ci/tekton-catalog/task-sast-unicode-check-oci-ta:0.1@sha256:3a128580c41abdac5bd76d0d1e066f2f3473278ba9fab90639878a27ced7a0e6
- name: kind
value: task
resolver: bundles
Expand Down
2 changes: 1 addition & 1 deletion .tekton/kn-plugin-func-func-util-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/kn-plugin-func-func-util-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime
- VERSION=1.35.0
- VERSION=1.35.1
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -36,7 +36,7 @@ spec:
- name: additional-tags
value:
- $(context.pipelineRun.uid)-{{revision}}
- 1.35.0
- 1.35.1
- latest
- name: prefetch-input
value: '[{"type":"rpm"},{"path":".","type":"gomod"}]'
Expand Down
3 changes: 2 additions & 1 deletion openshift/ci-operator/knative-images/func-util/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ COPY LICENSE /licenses/

RUN ln -s /usr/bin/func-util /usr/local/bin/deploy && \
ln -s /usr/bin/func-util /usr/local/bin/scaffold && \
ln -s /usr/bin/func-util /usr/local/bin/s2i
ln -s /usr/bin/func-util /usr/local/bin/s2i && \
ln -s /usr/bin/func-util /usr/local/bin/s2i-generate

USER 65532

Expand Down

0 comments on commit a198a42

Please sign in to comment.