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