Packages

Library for building docker images of Elixir projects. Supports a plugin system which can allows the generated Dockerfile to be extended at various points.

Current section

Files

Jump to
docker_build CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.2.0
* Enhancements
* Allow adding curl .netrc file
* Bug fixes
* Create .ssh folder for KnownHosts plugin if it doen't exist
## v0.1.2
* Bug fixes
* Add priv/static to .dockerignore for umbrella apps
## v0.1.1
* Bug fixes
* Exit code 1 if build fails
* Other
* Enhance README with examples of ssh keys and known hosts
## v0.1.0
* First release