- Enforce LANG=en_US.UTF-8 (#12, @bmocm)
- Update examples
- Fix problem with
ARG
position (#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_SHELL
allows developer to specify the shell to execute result scripts when building images. This is useful forAlpine
users. Default tobash
. -
New primitive
ed_shell
to modifyBOCKER_SHELL
.
- Add
ed_source
(an alias ofsource
)
- Update documentation (
README.md
); - Avoid duplicate of
ed_bocker
s whenBockerfile
is included multiple times thanks toed_reuse
; - Add
-t
(--test
) option to testBockerfile
file.
- Reduce number of layers by joining VOLUME and EXPOSE statements;
- Add
ed_user
in Preamble. Only--later
option is supported; - Add
ed_copy
. Only support--later
in Preamble. Has--add
option; ed_env
has new option--later
;- Add
ed_reuse
to load and reuseed_bocker
from aBockerfile
; - Wrap
base64
output inRUN
statement; - Add
ed_group
to group multiple stuff into a group (Idea fromaxit
).
- New option
-v
(or--version
) to printBocker
version information
- The first public version.