Lean and Mean Docker containers v1.25.2 Release Notes

  • ๐Ÿ†• New Features

    • โœจ Enhanced build command reports with additional container image metadata (using the global --report flag)
    • โšก๏ธ Ability to update the minified image Dockerfile instructions (using the --new-cmd, --new-entrypoint, --new-expose, --new-workdir, --new-env and --image-overrides flags)
    • ๐Ÿณ Dockerfile volume support

    ๐Ÿ‘Œ Improvements

    • 0๏ธโƒฃ HTTP probes by default (you will have to disable HTTP probes if you don't need them)
    • ๐Ÿ‘ Various UX enhancements to provide better CLI feedback and to avoid generating minified images that might not work

    ๐Ÿ› Bug Fixes

    • โšก๏ธ TTY bug fix caused by an external dependency (used to track update download progress)