All Versions
19
Latest Version
Avg Release Cycle
181 days
Latest Release
2669 days ago

Changelog History
Page 2

  • v1.4.0 Changes

    May 18, 2016
    • 🐳 Don't use deprecated docker tag flag for versions 1.10 and up of Docker #39
  • v1.3.0 Changes

    February 07, 2016
    • 🐳 The dockerPush task will now fail on Docker image push failure.
    • 🐳 Rename dockerCmd to dockerPath, this gives better compatibility with sbt-native-packager.
  • v1.2.0 Changes

    May 31, 2015
    • 🐳 File permissions are now kept on files that are copied with the ADD and COPY instructions #31.
    • Java 7 or higher is now required.
  • v1.1.0 Changes

    April 20, 2015
    • 👌 Support for the new LABEL instruction that allows adding metadata to an image #27.
    • 🛠 Fix a regression on caching of builds #26.
  • v1.0.1 Changes

    April 07, 2015
    • 🛠 Fix bad formatting of environment variables #23.
    • 🗄 Deprecate invalid CMD instructions.
    • 🔄 Change the default Docker image in dockerAutoPackageJavaApplication to java:8-jre.
  • v1.0.0 Changes

    March 10, 2015
    • 🔌 Now an Auto plugin, sbt version 0.13.5 or higher required
    • An image can be tagged with multiple names
    • 👌 Support for writing raw Dockerfile instructions
  • v0.5.2 Changes

    • 🛠 Fixed execution order of task dockerBuildAndPush
  • v0.5.0 Changes

    • ➕ Added new tasks to push Docker images to a registry: dockerPush and dockerBuildAndPush
    • 📜 ImageName(String) now parses the input string
  • v0.4.0 Changes

    • ➕ Added an immutable Dockerfile
    • 🛠 Fixes related to staged files in the add and copy methods in Dockerfile