All Versions
19
Latest Version
Avg Release Cycle
181 days
Latest Release
1808 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