[SOLVED] rhel container with toolbox
by M0M0 from LinuxQuestions.org on (#5J6KR)
I'm using Fedora Silverblue and want to create a rhel 7.8 container. But I get:
toolbox create -d rhel -r 7.8 myrhel
Image required to create toolbox container.
Download registry.access.redhat.com/ubi8/ubi:7.8 (500MB)? [y/N]: y
Error: failed to pull image registry.access.redhat.com/ubi8/ubi:7.8
It works fine with rhel 8
toolbox create -d rhel -r 8 myrhel
But the whole point of toolbox is to easily create container for different releases. So how can I create a rhel container with a release version other than 8?
toolbox create -d rhel -r 7.8 myrhel
Image required to create toolbox container.
Download registry.access.redhat.com/ubi8/ubi:7.8 (500MB)? [y/N]: y
Error: failed to pull image registry.access.redhat.com/ubi8/ubi:7.8
It works fine with rhel 8
toolbox create -d rhel -r 8 myrhel
But the whole point of toolbox is to easily create container for different releases. So how can I create a rhel container with a release version other than 8?