Skip to content

Releases: containers/toolbox

0.0.7

14 Mar 13:13
0.0.7
Compare
Choose a tag to compare

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

21 Feb 18:54
0.0.6
Compare
Choose a tag to compare

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

11 Feb 14:27
0.0.5
Compare
Choose a tag to compare

Overview of changes

  • Give access to mounts under $HOME, and make autofs work
  • Show a spinner when creating the toolbox

0.0.4

21 Jan 14:56
0.0.4
Compare
Choose a tag to compare

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

04 Jan 12:53
0.0.3
Compare
Choose a tag to compare

Overview of changes

  • Clean up the Buildah working containers on error
  • Unbreak creating the toolbox if the toolbox image already exists

0.0.2

12 Nov 14:59
0.0.2
Compare
Choose a tag to compare

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

19 Oct 17:40
0.0.1
Compare
Choose a tag to compare

Overview of changes

  • First preview release