Releases: marcus-drake/sbt-docker
Releases · marcus-drake/sbt-docker
1.11.0
1.10.0
1.9.0
- Add
Dockerfile.customInstruction(instructionName, arguments)
method to be able to add Dockerfile instructions that are missing from the DSL.
1.8.3
1.8.2
v1.8.1
v1.8.0
v1.7.0
- Support passing build arguments with
dockerBuildArguments in docker
setting. - Add
ARG
instruction. - Fix issue with resolving native Dockerfile path when in root of project.
- Fix issue with Docker build not passing failure properly on build failure.
v1.6.0
- Fix issue with building images not working with Docker 19.03.12.
- Add support for native Dockerfiles with
NativeDockerfile(filePath))
. - Add support for Docker BuildKit.