Skip to content

Releases: containers/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