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