Lean and Mean Docker containers v1.25.0 Release Notes

  • ๐Ÿ†• New Features

    • ๐Ÿ‘ Experimental ARM32 support
    • ๐Ÿ— Easy way to keep a shell in your image (just pass --include-shell to the build command)
    • Easy way to include additional executables (--include-exe flag) and binary objects (--include-bin flag), which will also include their binary dependencies, so you don't have to explicitly include them all yourself
    • โšก๏ธ update command - now you can update docker-slim from docker-slim!
    • ๐Ÿš€ Current version checks to know if the installed release is out of date

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ Improvements to handle complex --entrypoint and --cmd parameters