What’s New

container 0.11.0

0.11.0
Added
  • Set default CPUs and memory for regular containers via system properties
  • Set default CPUs and memory for builder via system properties
  • Add CONTAINER_DEFAULT_PLATFORM environment variable for default image platform selection
  • Make container export write an OCI layout tar file for a stopped container
  • Build using Dockerfile-specific ignore files
  • Build using secrets
  • Add mtu network attachment option
  • Add rootfs override
  • Add plugin resources
Changed
  • Update builder API to use grpc-swift-2
  • Allow "." in volumes
  • Stop and delete should error on not found containers
  • Extend signal handling scope to cover the unpack phase during build
Fixed
  • Fix container lifecycle-related hangs
  • Fix ARG parsing bugs
  • Fix container start hang on invalid executable
  • Fix race condition on SandboxService.waiters
  • Fix docker ignore
Highlights

⌨️ denotes breaking CLI changes.

👩‍💻 denotes breaking API changes.

What's Changed
New Contributors

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

View original