pkg/utils: Use new UBI toolbox image
Red Hat has published a new UBI image made specificaly for Toolbx. Make use of it from now on. Fixes: https://github.com/containers/toolbox/issues/961 https://github.com/containers/toolbox/issues/976
This commit is contained in:
parent
7c86f30b77
commit
f456c173b6
|
|
@ -104,7 +104,7 @@ var (
|
||||||
},
|
},
|
||||||
"rhel": {
|
"rhel": {
|
||||||
"rhel-toolbox",
|
"rhel-toolbox",
|
||||||
"ubi",
|
"toolbox",
|
||||||
parseReleaseRHEL,
|
parseReleaseRHEL,
|
||||||
"registry.access.redhat.com",
|
"registry.access.redhat.com",
|
||||||
"ubi8",
|
"ubi8",
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ readonly SKOPEO=$(command -v skopeo)
|
||||||
# Images
|
# Images
|
||||||
declare -Ag IMAGES=([busybox]="quay.io/toolbox_tests/busybox" \
|
declare -Ag IMAGES=([busybox]="quay.io/toolbox_tests/busybox" \
|
||||||
[fedora]="registry.fedoraproject.org/fedora-toolbox" \
|
[fedora]="registry.fedoraproject.org/fedora-toolbox" \
|
||||||
[rhel]="registry.access.redhat.com/ubi8")
|
[rhel]="registry.access.redhat.com/ubi8/toolbox")
|
||||||
|
|
||||||
|
|
||||||
function cleanup_all() {
|
function cleanup_all() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue