Releases: civiccc/dock
Releases · civiccc/dock
Dock 1.3.0
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
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 tocontainer_hostname
so it doesn't conflict withhostname
executable
Dock 1.1.0
Minor release that exposes additional functionality for customizing Dockerfile builds.
- Add
build_flags
configuration option allowing you to specify additional
arguments to include in thedocker build ...
command - Rename
run_args
torun_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
Initial release! 🎉