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