sbt-native-packager v1.7.0 Release Notes

Release Date: 2020-03-16 // about 4 years ago
  • ๐Ÿ“ฆ v1.7.0 (2020-03-16)

    ๐Ÿ“ฆ Full Changelog

    ๐Ÿ— Layered docker builds

    ๐Ÿณ After many attempts and years of workarounds thanks to (ppiotrow) sbt native packager now ships with a built in solution to layer your application for better docker cache usage.

    ๐Ÿ— This feature is active by default. You can deactivate it by adding this to your build.sbt

    dockerLayerGrouping in Docker:= (\_ =\> None)
    

    ๐Ÿ‘€ See #1310 for more details.

    ๐Ÿ›  Fixed bugs

    • ๐Ÿš€ Release of 1.6.2 failed #1313

    ๐Ÿ”€ Merged pull requests

    • ๐Ÿณ Separate Docker Layers for Dependencies and App jars. #1310 (ppiotrow)