Package Release Info

toolbox-2.3+git20220622.32785f7-bp155.1.6

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

toolbox

Change Logs

* Tue Jun 28 2022 Thorsten Kukuk <kukuk@suse.com>
- Prefer podman as container runtime
  (unrelated part of [bnc#1200976])
* Wed Jun 22 2022 kukuk@suse.com
- Update to version 2.3+git20220622.32785f7:
  * Only set --userns=keep-id when running rootless
* Fri Jun 03 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 2022 jsrain@suse.com
- adjusted the patch to the toolbox container in registry
* Wed Jan 26 2022 Jan Zerebecki <jan.suse@zerebecki.de>
- Allow docker as an alternative to podman in the package Requires. This was
  supported since 2.2.
* Mon Jan 17 2022 kukuk@suse.com
- Update to version 2.3+git20220117.bd53c7c:
  - Fixes error where if custom image is used toolbox will download
    the default image before entering an existing container. (#40)
* Wed Nov 24 2021 kukuk@suse.com
- Update to version 2.2+git20211124.09791b1:
  * Introduce -n/--nostop switch so mutiple sessions can be run inside an existing toolbox
* Mon Nov 08 2021 Ludwig Nussel <lnussel@suse.de>
- Don't install config file in /etc in favor of a built-in default. Avoids
  empty /etc pulling wrong image.
- Handle Leap Micro (boo#1192474)
* Mon Aug 23 2021 kukuk@suse.com
- Update to version 2.2+git20210823.dd0fff8:
  * README mini-typo
  * Docker: don't use unsupported --userns=keep-id
  * Docker: also check for created status
  * Try to use docker if installed and podman is not
  * Properly share namespaces in non-user toolboxes
  * Properly quote workdir
* Mon Mar 29 2021 kukuk@suse.com
- Update to version 2.1+git20210329.d14ac82:
  * Fix localtime and mount sys, e.g., for tracing
  * Fix 'toolbox list' returning an error code even if working
* Thu Mar 11 2021 kukuk@suse.com
- Update to version 2.1+git20210311.15cb3ad:
  * Don't check for subuid if root calls toolbox [bsc#1183375]
* Fri Mar 05 2021 kukuk@suse.com
- Update to version 2.1+git20210305.ca2bc53:
  * Avoid copying the user setup script with 'podman cp'
* Fri Feb 26 2021 kukuk@suse.com
- Update to version 2.1+git20210226.daeb191:
  * Set trap only after option parsing (#22)
* Thu Feb 25 2021 kukuk@suse.com
- Update to version 2.1+git20210225.5c541c8:
  * Check sub{u,g}id if rootless, and fail early if they're not setup
  * Fix creating a container with a specific name with `-c`
* Mon Feb 08 2021 kukuk@suse.com
- Update to version 2.1+git20210208.a720b25:
  * Alleviate the need for zypper in the user toolbox script
  * Consolidate logging and help debugging of the user toolbox's script
  * Export machine-id and IPC inside the toolbox (IPC, user only)
  * Fix (more) formatting...
* Wed Feb 03 2021 kukuk@suse.com
- Update to version 2.1+git20210203.a669e3a:
  * Fix formatting
  * Enhance alternate UI docu
  * Ignore podman runlabel error if no RUN label exist
  * Enhance documentation
  * Check existence of volume directories (#15)
* Mon Jan 25 2021 kukuk@suse.com
- Update to version 2.0+git20210125.50611db:
  * Document configuration files, add /usr/etc/toolboxrc
  * Update README to include commands
  * Update the README
  * Be even more compatible with Silverblue Toolbox
  * Introduce commands, for compatibility with Silverblue's toolbox
  * Mount /run/media and and /tmp inside a user toolbox
  * Export more env variables inside (user) toolboxes
* Wed Jan 20 2021 Thorsten Kukuk <kukuk@suse.com>
- Add a group tag for SLE Micro
- Mark toolboxrc as %config and add it is Source
* Tue Jan 19 2021 bruno.leon@suse.com
- Update to version 1.0+git20210119.b5acdcf:
  * Dynamically set REGISTRY and IMAGE (#11)
* Thu Nov 26 2020 kukuk@suse.com
- Update to version 1.0+git20201126.3d26283:
  * Make it easier to use custom images (#10)
  * Update toolbox doc (#9)
Version: 1.0+git20200324.dd047bc-bp152.1.3
* Wed Mar 25 2020 kukuk@suse.com
- Update to version 1.0+git20200324.dd047bc:
  * fix entering a toolbox if something changed in /dev since creation
* Mon Feb 17 2020 kukuk@suse.com
- Update to version 1.0+git20200217.cd18bfb:
  * Multiple toolboxes, with different names
  * Configure `sudo` access for an user toolbox
  * Correctly setup the user
  * Add -u|--user parameter
  * Handle arguments with 'getopt'
* Mon Oct 14 2019 kukuk@suse.com
- Update to version 1.0+git20191014.3034fbc:
  * Make default shell configureable, use /bin/bash as default
* Mon Oct 07 2019 kukuk@suse.com
- Update to version 1.0+git20191007.e038337:
  * Initial version