Skip to content

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.6-1754584681 #1440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: konflux-poc
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tekton/notebooks-rocm-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
files and writing the output
steps:
- name: generate-inputs
image: registry.access.redhat.com/ubi9/ubi-minimal:9.2-750.1697625013
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
script: |
#!/bin/bash
set -ex
Expand Down Expand Up @@ -188,7 +188,7 @@ spec:
files and writing the output
steps:
- name: check-results
image: registry.access.redhat.com/ubi9/ubi-minimal:9.2-750.1697625013
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
script: |
#!/bin/bash
set -ex
Expand Down
4 changes: 2 additions & 2 deletions .tekton/notebooks-rocm-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ spec:
files and writing the output
steps:
- name: generate-inputs
image: registry.access.redhat.com/ubi9/ubi-minimal:9.2-750.1697625013
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
script: |
#!/bin/bash
set -ex
Expand Down Expand Up @@ -197,7 +197,7 @@ spec:
files and writing the output
steps:
- name: check-results
image: registry.access.redhat.com/ubi9/ubi-minimal:9.2-750.1697625013
image: registry.access.redhat.com/ubi9/ubi-minimal:9.6-1754584681
script: |
#!/bin/bash
set -ex
Expand Down
Loading