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