From daf5ddfbdb09bc35bf890307f1158f35fa211dcec42b1bc7846d1c5a627ec26f Mon Sep 17 00:00:00 2001 From: Dario Faggioli Date: Wed, 25 Jan 2023 16:46:55 +0000 Subject: [PATCH] Accepting request 1060695 from home:predivan:branches:Virtualization:containers - Use tubleweed:latest as the default image instead of, hardcoded in 'distrobox-create', fedora:toolbox. OBS-URL: https://build.opensuse.org/request/show/1060695 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/distrobox?expand=0&rev=25 --- distrobox.changes | 6 ++++++ distrobox.conf | 1 + distrobox.spec | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/distrobox.changes b/distrobox.changes index 4c0585c..a87fcbf 100644 --- a/distrobox.changes +++ b/distrobox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 24 19:46:13 UTC 2023 - Predrag Ivanović + +- Use tubleweed:latest as the default image + instead of, hardcoded in 'distrobox-create', fedora:toolbox. + ------------------------------------------------------------------- Wed Dec 28 22:03:04 UTC 2022 - Ayush Kumar diff --git a/distrobox.conf b/distrobox.conf index aaa24a1..5d69199 100644 --- a/distrobox.conf +++ b/distrobox.conf @@ -1,4 +1,5 @@ container_image="registry.opensuse.org/opensuse/tumbleweed:latest" +container_image_default="registry.opensuse.org/opensuse/tumbleweed:latest" container_name="tumbleweed" container_manager="autodetect" non_interactive="true" diff --git a/distrobox.spec b/distrobox.spec index 1768a22..593c7cf 100644 --- a/distrobox.spec +++ b/distrobox.spec @@ -1,7 +1,7 @@ # # spec file for package distrobox # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed