Releases: osixia/container-baseimage
Releases · osixia/container-baseimage
alpine-v0.1.2
Fixed
- re-fix ssl-tool package install...
alpine-v0.1.1
Changed
- Alpine 3.5
Fixed
- Fix ssl-tool package install
v0.2.6
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
- 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
- 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
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
Changed
- Periodic update of debian baseimage and packages
v0.2.3
Changed
- Periodic update of debian baseimage and packages
ubuntu-v0.1.6
- Periodic update of ubuntu baseimage and packages
v0.2.2
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