This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Releases: icy/bocker
Releases · icy/bocker
v1.3.2: Minor bug fixes and improvements
v1.3.1: Minor bug fix
Changes since v1.3.0
- Fix default
BOCKER_SHELL
(Default to/usr/bin/env bash
)
v1.3.0: Who cares?
Changes since v1.2.1
-
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 for
Alpine
users. Default tobash
. -
New primitive
ed_shell
to modifyBOCKER_SHELL
.
Changes since v1.2.0
- Add
ed_source
(an alias ofsource
)