From 762c018316ef19eb9b74f02c2df8aaebbcc894f15f614a505bbc5723eea7abf3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 4 Jun 2022 21:26:46 +0000 Subject: [PATCH] Accepting request 980625 from devel:microos - Update to version 2.3+git20220603.bbeda2e: * Allow to choose runtime and try to retain the user's groups * (Try to) Avoid problems when packages touching bind mounts are upgraded * Try to make sure that (some) foreign distro images (kind of) work as toolboxes * Do not stop a toolbox with something running inside * Exit if neither podman or docker are usable * Support passing just the name of the container to create and enter command * Fix cleanup logic and make toolbox start a little less verbose * Always pull when creating a new toolbox * Add a "more sandboxing" mode OBS-URL: https://build.opensuse.org/request/show/980625 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/toolbox?expand=0&rev=21 --- _service | 2 +- _servicedata | 4 ++-- microos-toolbox-2.3+git20220117.bd53c7c.tar.xz | 3 --- microos-toolbox-2.3+git20220603.bbeda2e.tar.xz | 3 +++ toolbox.changes | 14 ++++++++++++++ toolbox.spec | 4 ++-- 6 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 microos-toolbox-2.3+git20220117.bd53c7c.tar.xz create mode 100644 microos-toolbox-2.3+git20220603.bbeda2e.tar.xz diff --git a/_service b/_service index b1007e1..49e98aa 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ 2.3 2.3+git%cd.%h - git://github.com/kubic-project/microos-toolbox.git + https://github.com/openSUSE/microos-toolbox.git git enable diff --git a/_servicedata b/_servicedata index b8cfa95..1ee4ca2 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ - git://github.com/kubic-project/microos-toolbox.git - bd53c7cb8a7ac4e0edd8e11b28b2de10d30f7308 + https://github.com/openSUSE/microos-toolbox.git + bbeda2e96bcd8dcf18a3b107ab7a3e868d56a74b \ No newline at end of file diff --git a/microos-toolbox-2.3+git20220117.bd53c7c.tar.xz b/microos-toolbox-2.3+git20220117.bd53c7c.tar.xz deleted file mode 100644 index 437e822..0000000 --- a/microos-toolbox-2.3+git20220117.bd53c7c.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:067071a01047c7c49f52d6d54e3e2c356759b6ebc7a14480aacb839b59b7450b -size 12140 diff --git a/microos-toolbox-2.3+git20220603.bbeda2e.tar.xz b/microos-toolbox-2.3+git20220603.bbeda2e.tar.xz new file mode 100644 index 0000000..e386adc --- /dev/null +++ b/microos-toolbox-2.3+git20220603.bbeda2e.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467d5a3d1e0d14942c1f7e1cb7db475b94f38fa21ed6a30fd9855fc2ee300333 +size 13252 diff --git a/toolbox.changes b/toolbox.changes index 3fcb83d..37efab3 100644 --- a/toolbox.changes +++ b/toolbox.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jun 03 11:13:15 UTC 2022 - kukuk@suse.com + +- Update to version 2.3+git20220603.bbeda2e: + * Allow to choose runtime and try to retain the user's groups + * (Try to) Avoid problems when packages touching bind mounts are upgraded + * Try to make sure that (some) foreign distro images (kind of) work as toolboxes + * Do not stop a toolbox with something running inside + * Exit if neither podman or docker are usable + * Support passing just the name of the container to create and enter command + * Fix cleanup logic and make toolbox start a little less verbose + * Always pull when creating a new toolbox + * Add a "more sandboxing" mode + ------------------------------------------------------------------- Mon Feb 21 13:16:41 UTC 2022 - jsrain@suse.com diff --git a/toolbox.spec b/toolbox.spec index 67cba3e..8c505e2 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -17,12 +17,12 @@ Name: toolbox -Version: 2.3+git20220117.bd53c7c +Version: 2.3+git20220603.bbeda2e Release: 0 Summary: Script to start a toolbox container for system debugging License: Apache-2.0 Group: System/Management -URL: https://github.com/thkukuk/microos-toolbox +URL: https://github.com/openSUSE/microos-toolbox Source: microos-toolbox-%{version}.tar.xz Requires: (podman or docker) BuildArch: noarch