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