- Enforce LANG=en_US.UTF-8 (#12, @bmocm)
- Update examples
- Fix problem with
ARGposition (#11, @bmocm)
- Fix default
BOCKER_SHELL(Default to/usr/bin/env bash)
-
Output Dockerfile generally has new internals. That results in rebuilding your Docker image.
-
Add
ed_label -
Add new internal
__ed_before_ship -
New environment
BOCKER_SHELLallows developer to specify the shell to execute result scripts when building images. This is useful forAlpineusers. Default tobash. -
New primitive
ed_shellto modifyBOCKER_SHELL.
- Add
ed_source(an alias ofsource)
- Update documentation (
README.md); - Avoid duplicate of
ed_bockers whenBockerfileis included multiple times thanks toed_reuse; - Add
-t(--test) option to testBockerfilefile.
- Reduce number of layers by joining VOLUME and EXPOSE statements;
- Add
ed_userin Preamble. Only--lateroption is supported; - Add
ed_copy. Only support--laterin Preamble. Has--addoption; ed_envhas new option--later;- Add
ed_reuseto load and reuseed_bockerfrom aBockerfile; - Wrap
base64output inRUNstatement; - Add
ed_groupto group multiple stuff into a group (Idea fromaxit).
- New option
-v(or--version) to printBockerversion information
- The first public version.