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