Skip to content

Commit

Permalink
Pin ubi9 tag for Scanner V2 fetch and switch determine tag to ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed Dec 12, 2024
1 parent 06b5f92 commit 6921801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/determine-image-tag-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: determine-image-tag
image: registry.access.redhat.com/ubi8:latest
image: registry.access.redhat.com/ubi9:latest@sha256:1057dab827c782abcfb9bda0c3900c0966b5066e671d54976a7bcb3a2d1a5e53
workingDir: /var/workdir/source
script: |
#!/usr/bin/env bash
Expand Down
2 changes: 1 addition & 1 deletion tasks/fetch-scanner-v2-data-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- use
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: fetch-scanner-data
image: registry.access.redhat.com/ubi9:latest
image: registry.access.redhat.com/ubi9:latest@sha256:1057dab827c782abcfb9bda0c3900c0966b5066e671d54976a7bcb3a2d1a5e53
# The only functioning way to pass array parameter that I found is through args array.
# Array params have weird limitations, see https://github.com/tektoncd/pipeline/blob/main/docs/tasks.md#substituting-array-parameters
# Attempts to pass this in other places result in webhook errors and pipeline not starting.
Expand Down

0 comments on commit 6921801

Please sign in to comment.