Skip to content

Releases: osixia/container-baseimage

alpine-v0.1.2

07 Apr 13:01
Compare
Choose a tag to compare

Fixed

  • re-fix ssl-tool package install...

alpine-v0.1.1

07 Apr 13:02
Compare
Choose a tag to compare

Changed

  • Alpine 3.5

Fixed

  • Fix ssl-tool package install

v0.2.6

07 Apr 12:53
Compare
Choose a tag to compare

Added

  • Add to the 'run' tool option --dont-touch-etc-hosts Don't add in /etc/hosts a line with the container ip and $HOSTNAME environment variable value.

Fixed

  • Fix wait-process script

ubuntu-v0.1.8

07 Apr 12:57
Compare
Choose a tag to compare
  • Add to the 'run' tool option --dont-touch-etc-hosts Don't add in /etc/hosts a line with the container ip and $HOSTNAME environment variable value.
  • Fix wait-process script

ubuntu-v0.1.7

07 Apr 12:57
Compare
Choose a tag to compare
  • Fix is_runit_installed check /usr/bin/sv instead of /sbin/runit #6
  • Upgrade cfssl 1.2.0
  • Add ssl-helper that allow certificate auto-renew and let choose
    certificate generator (cfssl-helper default, or jsonssl-helper)
  • Add jsonssl-helper that get certificates from a json file
  • Add to the 'run' tool options --run-only, --wait-first-startup, --wait-state, --cmd
    --keepalived becomes --keepalive-force,
    --keepalive now only keep alive container if all startup files and process
    exited without error.
  • Change .yaml.startup and .json.startup files to .startup.yaml and .startup.json
  • Fix logrotate config

v0.2.5

07 Apr 12:53
Compare
Choose a tag to compare

Added

  • Add ssl-helper that allow certificate auto-renew and let choose
    certificate generator (cfssl-helper default, or jsonssl-helper)
  • Add jsonssl-helper that get certificates from a json file
  • Add to the 'run' tool options --run-only, --wait-first-startup, --wait-state, --cmd
    --keepalived becomes --keepalive-force,
    --keepalive now only keep alive container if all startup files and process
    exited without error.

Changed

  • Upgrade cfssl 1.2.0
  • Change .yaml.startup and .json.startup files to .startup.yaml and .startup.json

Fixed

  • Fix is_runit_installed check /usr/bin/sv instead of /sbin/runit #6
  • Fix logrotate config

v0.2.4

07 Apr 12:53
Compare
Choose a tag to compare

Changed

  • Periodic update of debian baseimage and packages

v0.2.3

07 Apr 12:53
Compare
Choose a tag to compare

Changed

  • Periodic update of debian baseimage and packages

ubuntu-v0.1.6

07 Apr 12:57
Compare
Choose a tag to compare
  • Periodic update of ubuntu baseimage and packages

v0.2.2

07 Apr 12:53
Compare
Choose a tag to compare

Fixed

  • Fix --copy-service error if /container/run/service already exists
  • Fix /container/run/startup.sh file detection if no other startup files exists
  • Fix set_env_hostname_to_etc_hosts() on container restart