Releases: osixia/container-baseimage
Releases · osixia/container-baseimage
v0.2.1
Added
- Add cfssl as available service to generate ssl certs
- Add tag #PYTHON2BASH and #JSON2BASH to convert env var to bash
- Add multiple env file importation
- Add setup only env file
- Add json env file support
- Rename my_init to run (delete previous run script)
- Add run tool option --copy-service that copy /container/service to /container/run/service on startup
- Add run tool option --loglevel (default : info) with possible values : none, error, warning, info, debug.
- Add bash log-helper
Changed
- Container environment config directory /etc/container_environment moved to /container/environment
- Container run environment is now saved in /container/run/environment
- Container run environment bash export /etc/container_environment.sh moved to /container/run/environment.sh
- Container state is now saved in /container/run/state
- Container runit process directory /etc/service moved to /container/run/process
- Container startup script directory /etc/my_init.d/ moved to /container/run/startup
- Container final startup script /etc/rc.local moved to /container/run/startup.sh
- Rename install-multiple-process-stack to add-multiple-process-stack
- Rename install-service-available to add-service-available
Removed
- ssl-helper ssl-helper-openssl and ssl-helper-gnutls
- Remove run tool option --quiet
ubuntu-v0.1.4
- Add cfssl as available service to generate ssl certs
Warning: ssl-helper ssl-helper-openssl and ssl-helper-gnutls
have been removed - Add tag #PYTHON2BASH and #JSON2BASH to convert env var to bash
- Add multiple env file importation
- Add setup only env file
- Add json env file support
- Rename my_init to run (delete previous run script)
- Add run tool option --copy-service that copy /container/service to /container/run/service on startup
- Remove run tool option --quiet
- Add run tool option --loglevel (default : info) with possible values : none, error, warning, info, debug.
- Container environment config directory /etc/container_environment moved to /container/environment
- Container run environment is now saved in /container/run/environment
- Container run environment bash export /etc/container_environment.sh moved to /container/run/environment.sh
- Container state is now saved in /container/run/state
- Container runit process directory /etc/service moved to /container/run/process
- Container startup script directory /etc/my_init.d/ moved to /container/run/startup
- Container final startup script /etc/rc.local moved to /container/run/startup.sh
- Add bash log-helper
- Rename install-multiple-process-stack to add-multiple-process-stack
- Rename install-service-available to add-service-available
v0.2.0
Added
- Makefile with build no cache
Changed
- Allow more easy image inheritance
Fixed
- Fix cron NUMBER OF HARD LINKS > 1
v0.1.5
Fixed
- Fix bug with host network
ubuntu-v0.1.1
- Fix bug with host network
v0.1.4
Added
- Add run cmd arguments when it's a single process image
Changed
- Remove bash from command when it's a single process image
v0.1.3
Added
- Add hostname env variable to /etc/hosts
to make the image more friendly with kubernetes again :)
v0.1.2
Added
- Load env.yaml file from /container/environment directory
to make the image more friendly with kubernetes secrets :)
v0.1.1
v0.1.0
Initial release