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
This commit is contained in:
Dominique Leuenberger 2022-06-04 21:26:46 +00:00 committed by Git OBS Bridge
parent eae57a96bc
commit 762c018316
6 changed files with 22 additions and 8 deletions

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled">
<param name="version">2.3</param>
<param name="versionformat">2.3+git%cd.%h</param>
<param name="url">git://github.com/kubic-project/microos-toolbox.git</param>
<param name="url">https://github.com/openSUSE/microos-toolbox.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://github.com/kubic-project/microos-toolbox.git</param>
<param name="changesrevision">bd53c7cb8a7ac4e0edd8e11b28b2de10d30f7308</param>
<param name="url">https://github.com/openSUSE/microos-toolbox.git</param>
<param name="changesrevision">bbeda2e96bcd8dcf18a3b107ab7a3e868d56a74b</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:067071a01047c7c49f52d6d54e3e2c356759b6ebc7a14480aacb839b59b7450b
size 12140

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:467d5a3d1e0d14942c1f7e1cb7db475b94f38fa21ed6a30fd9855fc2ee300333
size 13252

View File

@ -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

View File

@ -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