Accepting request 1060993 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/1060993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/distrobox?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2023-01-26 12:57:39 +00:00 committed by Git OBS Bridge
commit 7bbf73377a
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 24 19:46:13 UTC 2023 - Predrag Ivanović <predivan@mts.rs>
- 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 <ayush06feb@gmail.com> Wed Dec 28 22:03:04 UTC 2022 - Ayush Kumar <ayush06feb@gmail.com>

View File

@ -1,4 +1,5 @@
container_image="registry.opensuse.org/opensuse/tumbleweed:latest" container_image="registry.opensuse.org/opensuse/tumbleweed:latest"
container_image_default="registry.opensuse.org/opensuse/tumbleweed:latest"
container_name="tumbleweed" container_name="tumbleweed"
container_manager="autodetect" container_manager="autodetect"
non_interactive="true" non_interactive="true"

View File

@ -1,7 +1,7 @@
# #
# spec file for package distrobox # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed