Skip to content

Commit

Permalink
pkg/utils: Use new UBI toolbox image
Browse files Browse the repository at this point in the history
Red Hat has published a new UBI image made specificaly for Toolbx.
Make use of it from now on.

Fixes: #961

#976
  • Loading branch information
HarryMichal committed Jan 9, 2022
1 parent 7c86f30 commit f456c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var (
},
"rhel": {
"rhel-toolbox",
"ubi",
"toolbox",
parseReleaseRHEL,
"registry.access.redhat.com",
"ubi8",
Expand Down
2 changes: 1 addition & 1 deletion test/system/libs/helpers.bash
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ readonly SKOPEO=$(command -v skopeo)
# Images
declare -Ag IMAGES=([busybox]="quay.io/toolbox_tests/busybox" \
[fedora]="registry.fedoraproject.org/fedora-toolbox" \
[rhel]="registry.access.redhat.com/ubi8")
[rhel]="registry.access.redhat.com/ubi8/toolbox")


function cleanup_all() {
Expand Down

0 comments on commit f456c17

Please sign in to comment.