Use custom toolbox image.
This commit is contained in:
parent
2df44bb35a
commit
3550e3480f
2 changed files with 18 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
/mp/*
|
/tmp/*
|
||||||
!**/.gitinclude
|
!**/.gitinclude
|
||||||
**/__pycache__/*
|
**/__pycache__/*
|
||||||
|
|
||||||
|
|
17
home/.config/containers/toolbox.conf
Normal file
17
home/.config/containers/toolbox.conf
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
[general]
|
||||||
|
# Create a toolbox container for a different operating system distro than the
|
||||||
|
# host. Cannot be used with 'image'.
|
||||||
|
## distro = "fedora"
|
||||||
|
|
||||||
|
# Create a toolbox container for a different operating system release than the
|
||||||
|
# host. Cannot be used with 'image'.
|
||||||
|
## release = "33"
|
||||||
|
|
||||||
|
# Change the name of the image used to create the toolbox container. This is
|
||||||
|
# useful for creating containers from custom-built images. Cannot be used with
|
||||||
|
# 'distro' or 'release'.
|
||||||
|
#
|
||||||
|
# If the name does not contain a registry, the local image storage will be
|
||||||
|
# consulted, and if it's not present there then it will be pulled from a
|
||||||
|
# suitable remote registry.
|
||||||
|
image = "ghcr.io/amanning9/fedora-toolbox-alex:latest"
|
Loading…
Reference in a new issue