What’s New

container 0.12.0

0.12.0
Added
  • Plain progress output
  • Color progress output
  • YAML output format support
  • Support --cap-add and --cap-drop for containers
  • Use TOML for plugin configuration files
  • Journal option for container volume create
Changed
  • Use plain progress output if stderr is not a TTY
  • Consolidated output format handling
  • Update kernel to kata-3.28.0
  • Default set of Linux capabilities has been reduced
Fixed
  • Pass SSH_AUTH_SOCK properly if its value changes after user login
  • Fix unable to write data to the archive, code 0 error during build
  • Fix errors with Dockerfile-specific ignore file and read-only build context
  • Fix ARG parsing bugs
  • Fix unreliable single file mounts
  • User-friendly platform error message for image save
Removed
  • Removes unused Archiver.uncompress()
Highlights

⌨️ denotes breaking CLI changes.

👩‍💻 denotes breaking API changes.

What's Changed
New Contributors

Full Changelog: https://github.com/apple/container/compare/0.11.0...0.12.0

View original