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