Skip to content

Releases: civiccc/dock

Dock 1.3.0

24 Nov 07:37
@sds sds
66818ef
Compare
Choose a tag to compare

Minor release that includes support for using a custom build context.

  • Add build_context configuration option allowing the build context path/URL to be specified
  • Add support for automatically destroying already-existing/running Dock containers for a project by specifying the DOCK_FORCE_DESTROY environment variable (useful in CI environments where containers can get left behind)

Dock 1.2.0

15 Nov 19:35
@sds sds
9e1c423
Compare
Choose a tag to compare

Minor release that makes it possible to connect two Dock containers together to the same Docker network.

  • Don't set container hostname by default
  • Rename hostname option to container_hostname so it doesn't conflict with hostname executable

Dock 1.1.0

10 Nov 02:44
@sds sds
9b49d82
Compare
Choose a tag to compare

Minor release that exposes additional functionality for customizing Dockerfile builds.

  • Add build_flags configuration option allowing you to specify additional
    arguments to include in the docker build ... command
  • Rename run_args to run_flags so naming convention better matches the
    build_flags configuration option
  • Fix symlink resolution of dock executable to not require GNU version of
    readlink

Dock 1.0.0

31 Oct 22:00
@sds sds
b8d7f1f
Compare
Choose a tag to compare

Initial release! 🎉