diff --git a/distrobox.changes b/distrobox.changes index a87fcbf..113dcd6 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 21 16:28:39 UTC 2023 - Richard Brown + +- Remove container_image from .conf, obsoleted by + container_image_default +- use official distrobox:latest container instead of vanilla + tumbleweed to speedup start times, still call it tumbleweed + because it is + ------------------------------------------------------------------- Tue Jan 24 19:46:13 UTC 2023 - Predrag Ivanović diff --git a/distrobox.conf b/distrobox.conf index 5d69199..28a4019 100644 --- a/distrobox.conf +++ b/distrobox.conf @@ -1,5 +1,4 @@ -container_image="registry.opensuse.org/opensuse/tumbleweed:latest" -container_image_default="registry.opensuse.org/opensuse/tumbleweed:latest" +container_image_default="registry.opensuse.org/opensuse/distrobox:latest" container_name="tumbleweed" container_manager="autodetect" non_interactive="true"