bab63a
[general]
bab63a
# Create a toolbox container for a different operating system distro than the
bab63a
# host. Cannot be used with 'image'.
bab63a
## distro = "fedora"
bab63a
bab63a
# Create a toolbox container for a different operating system release than the
bab63a
# host. Cannot be used with 'image'.
bab63a
## release = "33"
bab63a
bab63a
# Change the name of the image used to create the toolbox container. This is
bab63a
# useful for creating containers from custom-built images. Cannot be used with
bab63a
# 'distro' or 'release'.
bab63a
#
bab63a
# If the name does not contain a registry, the local image storage will be
bab63a
# consulted, and if it's not present there then it will be pulled from a
bab63a
# suitable remote registry.
bab63a
image = "registry.access.redhat.com/ubi8/toolbox:latest"