- 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
15 lines
517 B
Plaintext
15 lines
517 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="version">2.3</param>
|
|
<param name="versionformat">2.3+git%cd.%h</param>
|
|
<param name="url">https://github.com/openSUSE/microos-toolbox.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|