Skip to content

Releases: kronostechnologies/docker-init-entrypoint

1.4.0

21 Jan 21:05
7f8cc90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.3...1.4.0

Happy

22 Jan 00:54
Compare
Choose a tag to compare

This release make sure that we can pass multiple argument to a docker with CMD that is not using json notation.

Joy

21 Jan 19:22
Compare
Choose a tag to compare
Joy

This release add compatibility with bash 4.4 and later.
It executes the CMD command in a sub-shell /bin/bash -c "${@}" & instead of directly calling the command with "${@}" &.

Extraordinary

08 Oct 19:03
Compare
Choose a tag to compare

This release fix a crash that would occur if the start and stop script path are not present. Instead, a message is displayed indicating the missing path and the script continues.

Outstanding

27 Sep 14:57
Compare
Choose a tag to compare

This release allows Dockerfiles to contain a CMD value with multiple commands.

CMD command1 && command2

Super

31 Mar 19:58
Compare
Choose a tag to compare

This release includes :

  • Kill process when entrypoint is shutting down
  • No longer block on sleep infinity when there is no $@ argument
  • Remove trap when trapping a signal

Extra

17 Mar 20:04
Compare
Choose a tag to compare

New feature :

  • Environment variable ENTRYPOINT_ROOT can be set to change the root folder for the start/stop script location

Omega

17 Mar 19:01
Compare
Choose a tag to compare

In this patch, scripts of start.d and stop.d are source'd instead of executed. This fix some potential problem related to /bin/bash: bad interpreter: Text file busy error message when spawning a new shell for these script.

Hyper

06 Mar 21:13
Compare
Choose a tag to compare
1.0.0

initial commit