Releases: containers/toolbox
Releases · containers/toolbox
0.0.7
Overview of changes
- Add fedora-toolbox image definition for Fedora 31
- Add flatpak-xdg-utils to Fedoras 29 and 30
- Add manuals
- Add rm and rmi commands
- Be more informative when creating the working container
- Clarify the error message if the toolbox container is not found
- Don't create volumes in the image for bind mounts from the host
- Fix miscellaneous issues pointed out by https://www.shellcheck.net/
- Give access to /dev/bus for control transfers from USB devices
- Give access to removable devices and other temporary mounts
- Lots of Bash-isms removed for POSIX correctness
- Make the --image flag override the base toolbox image, as documented
- Make the spinner more efficient
- Restore documentation removed from the base Fedora images
0.0.6
Overview of changes
- Add a list command
- Drop the "fedora" prefix and rename the project as just "toolbox"
- Fix typos pointed out by https://www.shellcheck.net/
- Lots of Bash-isms removed for POSIX correctness
- Make --container and --image command-specific options
- Make it work inside the toolbox container itself
- Shorten the prefix for debug and error messages
- Use the host's PID namespace for the toolbox container
- Use the standard error output for error messages
0.0.5
Overview of changes
- Give access to mounts under $HOME, and make autofs work
- Show a spinner when creating the toolbox
0.0.4
Overview of changes
- Avoid spooky root-like behaviour for non-root interactive shells
- Give access to the FUSE kernel module
- Improve the readability of the debug output
- Set up $HOME and /home to match the host
- Try to enter the same directory inside the toolbox
0.0.3
Overview of changes
- Clean up the Buildah working containers on error
- Unbreak creating the toolbox if the toolbox image already exists
0.0.2
Overview of changes
- Allow an 'F' or 'f' prefix when specifying the release
- Avoid a Bash-ism (ie. ==) and stick to POSIX (ie. =)
- Fallback to /bin/bash if $SHELL doesn't exist in the toolbox container
- Give access to the system D-Bus instance
- Make shm_open work
0.0.1
Overview of changes
- First preview release