Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Releases: icy/bocker

v1.3.2: Minor bug fixes and improvements

15 Jan 20:57
@icy icy
v1.3.2
Compare
Choose a tag to compare

Changes since v1.3.1:

  • Enforce LANG=en_US.UTF-8 (#12, @bmocm)
  • Update examples
  • Fix problem with ARG position (#11, @bmocm)

v1.3.1: Minor bug fix

27 Sep 05:28
@icy icy
v1.3.1
Compare
Choose a tag to compare

Changes since v1.3.0

  • Fix default BOCKER_SHELL (Default to /usr/bin/env bash)

v1.3.0: Who cares?

15 Aug 06:59
@icy icy
v1.3.0
Compare
Choose a tag to compare

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 to bash.

  • New primitive ed_shell to modify BOCKER_SHELL.

Changes since v1.2.0

  • Add ed_source (an alias of source)