Skip to content

Releases: marcuslonnberg/sbt-docker

1.11.0

24 Aug 05:54
Compare
Choose a tag to compare
  • Support nerdctl #132

1.10.0

06 Mar 13:38
Compare
Choose a tag to compare
  • Support building with buildx #131
  • Deprecate dockerAutoPackageJavaApplication functionality

1.9.0

07 Mar 16:01
Compare
Choose a tag to compare
  • Add Dockerfile.customInstruction(instructionName, arguments) method to be able to add Dockerfile instructions that are missing from the DSL.

1.8.3

21 Dec 08:53
Compare
Choose a tag to compare
  • Support build output from Podman. #125

1.8.2

05 Feb 09:07
Compare
Choose a tag to compare
  • Fix issue with changed output from Buildkit. #120

v1.8.1

26 Jan 09:09
Compare
Choose a tag to compare
  • Fix issue with changed output from Buildkit. #118

v1.8.0

16 Aug 19:45
Compare
Choose a tag to compare
  • Output Docker image digest from dockerPush and dockerBuildAndPush. #117
  • Add BuildOptions.additionalArguments to support all arguments that can be passed to docker build.

v1.7.0

09 Jul 23:04
Compare
Choose a tag to compare
  • 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

04 Jul 08:11
Compare
Choose a tag to compare
  • 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.