Sbt Docker Versions Save

Create Docker images directly from sbt

v1.11.0

7 months ago
  • Support nerdctl #132

v1.10.0

1 year ago
  • Support building with buildx #131
  • Deprecate dockerAutoPackageJavaApplication functionality

v1.9.0

2 years ago
  • Add Dockerfile.customInstruction(instructionName, arguments) method to be able to add Dockerfile instructions that are missing from the DSL.

v1.8.3

2 years ago
  • Support build output from Podman. #125

v1.8.2

3 years ago
  • Fix issue with changed output from Buildkit. #120

v1.8.1

3 years ago
  • Fix issue with changed output from Buildkit. #118

v1.8.0

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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.