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