mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-04-24 12:19:11 +00:00
distrobox: update default containers config
This commit is contained in:
parent
ede5b1f8b0
commit
345293c64e
@ -3,14 +3,21 @@ image=docker.io/archlinux/archlinux:latest
|
|||||||
init=false
|
init=false
|
||||||
pull=true
|
pull=true
|
||||||
root=false
|
root=false
|
||||||
|
replace=true
|
||||||
|
|
||||||
[debian]
|
[debian-unstable]
|
||||||
image=docker.io/_/debian:latest
|
image=docker.io/debian:trixie
|
||||||
|
init=false
|
||||||
|
pull=true
|
||||||
|
root=false
|
||||||
|
|
||||||
|
[debian-stable]
|
||||||
|
image=docker.io/debian:bookworm
|
||||||
init=false
|
init=false
|
||||||
pull=true
|
pull=true
|
||||||
root=false
|
root=false
|
||||||
|
|
||||||
[tumbleweed-pkg]
|
[tumbleweed-pkg]
|
||||||
image=registry.opensuse.org/opensuse/distrobox-packaging:20231225
|
image=registry.opensuse.org/opensuse/distrobox-packaging:20250204
|
||||||
root=true
|
root=true
|
||||||
replace=true
|
replace=true
|
||||||
|
Loading…
Reference in New Issue
Block a user