All Versions
19
Latest Version
Avg Release Cycle
181 days
Latest Release
2505 days ago

Changelog History
Page 1

  • v2.0.0 Changes

    June 15, 2017

    2017-06-15

  • v2.0.0-M2

    June 15, 2017
  • v2.0.0-M1

    June 15, 2017
  • v1.8.2 Changes

    • ๐Ÿ›  Fix issue with changed output from Buildkit. #120
  • v1.8.1 Changes

    • ๐Ÿ›  Fix issue with changed output from Buildkit. #118
  • v1.8.0 Changes

    August 16, 2020
    • ๐Ÿณ 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 Changes

    July 09, 2020
    • ๐Ÿ‘Œ 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 Changes

    July 04, 2020
    • ๐Ÿ›  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.
  • v1.5.0 Changes

    October 02, 2017
    • โž• Add HEALTHCHECK instruction #75
    • The ADD and COPY instructions can now receive the chown flag
    • ๐Ÿ›  Fix dockerBuildAndPush task in sbt 1.0
  • v1.4.1 Changes

    March 02, 2017
    • ๐Ÿ›  Fix broken version check with Dockers updated version scheme #61