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:
parent
eae57a96bc
commit
762c018316
2
_service
2
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:067071a01047c7c49f52d6d54e3e2c356759b6ebc7a14480aacb839b59b7450b
|
||||
size 12140
|
3
microos-toolbox-2.3+git20220603.bbeda2e.tar.xz
Normal file
3
microos-toolbox-2.3+git20220603.bbeda2e.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:467d5a3d1e0d14942c1f7e1cb7db475b94f38fa21ed6a30fd9855fc2ee300333
|
||||
size 13252
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user