mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-02 11:28:06 +00:00
feat: set distrobox/toolbox to default to signed images (#280)
This commit is contained in:
18
config/files/usr/etc/containers/toolbox.conf
Normal file
18
config/files/usr/etc/containers/toolbox.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
[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/ublue-os/fedora-toolbox:latest"
|
||||
1
config/files/usr/etc/distrobox/distrobox.conf
Normal file
1
config/files/usr/etc/distrobox/distrobox.conf
Normal file
@@ -0,0 +1 @@
|
||||
container_image_default="ghcr.io/ublue-os/fedora-distrobox:latest"
|
||||
Reference in New Issue
Block a user