Skip to content

Commit 8540173

Browse files
authored
Use newer version of pipeline-docker-build image (#3949)
The pipeline-docker-build includes a fix for the clamav-scan task failing with newer OSP version due to stricter validation.
1 parent 9f4d115 commit 8540173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/build-service/base/build-pipeline-config/build-pipeline-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ data:
88
default-pipeline-name: docker-build
99
pipelines:
1010
- name: fbc-builder
11-
bundle: quay.io/konflux-ci/tekton-catalog/pipeline-fbc-builder:ab6b0b8e40e440158e7288c73aff1cf83a2cc8a9
11+
bundle: quay.io/konflux-ci/tekton-catalog/pipeline-fbc-builder:83a22dc82f7ae6ce8868ad2594aec8641884505f
1212
- name: docker-build
13-
bundle: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build:ab6b0b8e40e440158e7288c73aff1cf83a2cc8a9
13+
bundle: quay.io/konflux-ci/tekton-catalog/pipeline-docker-build:83a22dc82f7ae6ce8868ad2594aec8641884505f

0 commit comments

Comments
 (0)