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