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