From 5e3c9980aa2a73c9e329b7d7a0ea4a82ab112415c48ae9e8237d988665109026 Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Wed, 22 Feb 2023 08:58:13 +0000 Subject: [PATCH] Accepting request 1067042 from home:RBrownSUSE:branches:Virtualization:containers - 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 OBS-URL: https://build.opensuse.org/request/show/1067042 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=27 --- distrobox.changes | 9 +++++++++ distrobox.conf | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) 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"