458 Followers
4 Following
36 Posts
Tool for interactive command line environments on Linux
Websitehttps://containertoolbx.org/
Two new #toolbx bug-fix releases are now available to address CVE-2025-65637 or GHSA-4f99-4q7p-p3gh in Logrus that affects some long-term support distributions: https://github.com/containers/toolbox/releases
Releases · containers/toolbox

Tool for interactive command line environments on Linux - containers/toolbox

GitHub
A new #toolbx bug-fix release is now available that helps to address the CA certificates bug that broke OpenSSL recently: https://github.com/containers/toolbox/releases/tag/0.3
Release 0.3 · containers/toolbox

Security fixes Bumped the minimum github.com/go-viper/mapstructure/v2 version to 2.4.0 for GHSA-2464-8j7c-4cjm Bug fixes Deprecated all containers that need the org.freedesktop.Flatpak.SessionHe...

GitHub
Toolbx — about version numbers

Those of you who follow the Toolbx project might have noticed something odd about our latest release that came out a month ago. The version number looked shorter than usual even though it only had …

Debarshi's den

Some #toolbx containers have been hit by a CA certificates bug that breaks OpenSSL, which is used by DNF and others. To recover from this, delete /etc/pkcs11/modules/p11-kit-trust.module and remove the package that provides /usr/lib64/pkcs11/p11-kit-client.so from the container, 'podman stop ...' the container, 'toolbox enter ...' the container, run 'sudo update-ca-trust' inside it, and continue as before.

For details, see:
https://github.com/p11-glue/p11-kit/issues/692

Our apologies for the disruption.

Running update-ca-trust(8) in a container with remoting breaks OpenSSL by emptying its /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem · Issue #692 · p11-glue/p11-kit

Toolbx 0.1.2 started setting up remote p11-kit to ensure that the certificates from certificate authorities (or CAs) that are available inside a Toolbx container are kept synchronized with the host...

GitHub
@praiskup ZeroVer looks interesting! Here is some background on how the Toolbx release numbers have evolved over time: https://github.com/containers/toolbox/commit/e2dda1934985893524a3157
A new #toolbx bug-fix release is now available that fixes security issues in the Go dependencies, unbreaks overriding the HOME variable, polishes access to host CA certificates in sshd(8) sessions, and more: https://github.com/containers/toolbox/releases/tag/0.2
Release 0.2 · containers/toolbox

Security fixes Bumped the minimum github.com/go-viper/mapstructure/v2 version to 2.3.0 for GHSA-fv92-fjc5-jj9h or GO-2025-3787 Bumped the minimum github.com/NVIDIA/nvidia-container-toolkit version...

GitHub
The #toolbx website has received a flurry of updates in the past month. This includes requirements for creating Toolbx images, more details on how containers are configured that was previously only in the manual pages, clarity on Linux distro support, and more. See https://containertoolbx.org/
toolbx

Tool for interactive command line environments on Linux

@abstrm Porting Toolbx to macOS isn't a short or medium term goal for Toolbx, because of lack of time and hardware. Having said that, we have been exploring setting up Toolbx containers inside Linux VMs on Linux hosts for a while now. The idea is to address those hacking on the Linux kernel and bootloaders, or generally distrustful of the code that they are working with.
A new #toolbx release is now available that ensures that the certificates from certificate authorities (or CAs) that are available inside a Toolbx container are kept synchronized with the host operating system: https://github.com/containers/toolbox/releases/tag/0.1.2
Release 0.1.2 · containers/toolbox

Security fixes Bumped the minimum github.com/briandowns/spinner version to 1.23.2 for CVE-2022-29526 or GHSA-p782-xgp4-8hr8, and other bug fixes Bumped the minimum github.com/NVIDIA/nvidia-contain...

GitHub
A new #toolbx bug-fix release is now available that polishes various corner cases related to the proprietary NVIDIA driver: https://github.com/containers/toolbox/releases/tag/0.1.1
Release 0.1.1 · containers/toolbox

Security fixes Bumped the minimum github.com/NVIDIA/nvidia-container-toolkit version to 1.16.2 for CVE-2024-0132 or GHSA-mjjw-553x-87pq, and CVE-2024-0133 or GHSA-f748-7hpg-88ch Bug fixes Unbrok...

GitHub