All Versions
19
Latest Version
Avg Release Cycle
181 days
Latest Release
2669 days ago
Changelog History
Page 2
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
todockerPath
, this gives better compatibility with sbt-native-packager.
- 🐳 The
-
v1.2.0 Changes
May 31, 2015- 🐳 File permissions are now kept on files that are copied with the
ADD
andCOPY
instructions #31. - Java 7 or higher is now required.
- 🐳 File permissions are now kept on files that are copied with the
-
v1.1.0 Changes
April 20, 2015 -
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
tojava: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
- 🛠 Fixed execution order of task
-
v0.5.0 Changes
- ➕ Added new tasks to push Docker images to a registry:
dockerPush
anddockerBuildAndPush
- 📜
ImageName(String)
now parses the input string
- ➕ Added new tasks to push Docker images to a registry:
-
v0.4.0 Changes
- ➕ Added an immutable Dockerfile
- 🛠 Fixes related to staged files in the
add
andcopy
methods in Dockerfile