| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: toolbox | Distribution: SUSE Linux 16 |
| Version: 2.4+git20250806.ba48bd3 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 160000.1.2 | Build date: Wed Aug 6 16:15:16 2025 |
| Group: System/Management | Build host: reproducible |
| Size: 52404 | Source RPM: toolbox-2.4+git20250806.ba48bd3-160000.1.2.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/openSUSE/microos-toolbox | |
| Summary: Script to start a toolbox container for system debugging | |
On systems using transactional-update it is not really possible due to the read-only root filesystem to install tools to analyze problems in the currently running system, a reboot is always required. Which makes it next to impossible to debug such problems. toolbox is a small script that launches a container to let you bring in your favorite debugging or admin tools in such a system. The root filesystem can be found at /media/root.
Apache-2.0
* Wed Aug 06 2025 kukuk@suse.com
- Update to version 2.4+git20250806.ba48bd3:
* Add SCC credentials if available [bsc#1247491]
* Mon Jun 30 2025 kukuk@suse.com
- Update to version 2.4+git20250630.5e08e45:
* Forbid --user if running as root
* Mon May 05 2025 kukuk@suse.com
- Update to version 2.4+git20250429.b335d1b:
* Support addition podman arguments
* Wed Oct 30 2024 kukuk@suse.com
- Update to version 2.4+git20241030.2ae8421:
* Adjust md syntax for go-md2man
* Fix header
* Sync README with manual page
* Ignore generated toolbox.1 manual page
* Fri Oct 25 2024 dimstar@opensuse.org
- Use go-md2man instead of pandoc to convert a markdown file to
nroff. The dep chain is just much, much smaller.
* Fri Oct 25 2024 kukuk@suse.com
- Remove Leap and SLE Micro hacks from spec file, this products
have to provide correct branding packages.
* Fri Oct 25 2024 kukuk@suse.com
- Update to version 2.3+git20241025.00f69f5:
* Add manual page
* Fri Sep 27 2024 alexandre.vicenzi@suse.com
- Revert last change and update SLE/Leap Micro images to 5.5 (bsc#1227328)
* Tue Sep 24 2024 alexandre.vicenzi@suse.com
- Update SLE/Leap Micro images from 5.4 to 6.0 (bsc#1227328)
* Thu Jul 04 2024 kukuk@suse.com
- Update to version 2.3+git20240704.84ec25e:
* toolbox: use correct container state tense in msg
* Mon Oct 30 2023 kukuk@suse.com
- Update to version 2.3+git20231030.3a6ef35:
* Mount /dev/pts as mount type=devpts instead of --volume
* fix typo creat -> create
* Remove trailing whitespace
* Fix bash error when container cannot be pulled
* Mon May 08 2023 danish.prakash@suse.com
- Update EOL *-micro images to supported versions. (bsc#1211018)
* Tue Jun 28 2022 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.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 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 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)
* Wed Sep 02 2020 kukuk@suse.com
- Update to version 1.0+git20200831.d2d2e5d:
* Allow graphical applications from inside a user toolbox to run
* Mon Aug 03 2020 kukuk@suse.com
- Update to version 1.0+git20200803.7ff20b6:
* Connect to the host's SSH agent in user toolboxes.
* Stay in current directory, even when entering a toolbox
* Use the toolbox name as the actual toolbox's hostname
* 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
/etc/toolboxrc /usr/bin/toolbox /usr/share/doc/packages/toolbox /usr/share/doc/packages/toolbox/README.md /usr/share/licenses/toolbox /usr/share/licenses/toolbox/LICENSE /usr/share/man/man1/toolbox.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Oct 28 22:33:35 2025