Releases: madharjan/docker-base
Releases · madharjan/docker-base
Docker Base - using Ubuntu 20.04
Docker Base - using Ubuntu 16.04
Available at Docker Hub
docker pull madharjan/docker-base:16.04
16.04
- Updated to Ubuntu 16.04
- Updated to use bats-core v1.1.0
- Ordered execution of
my_init.d/*
andmy_shutdown.d/*
scripts syslog-n
start onmy_init.d/10-startup.sh
and stops onmy_shutdown.d/90_shutdown.sh
Docker Base - using Ubuntu 14.04
Available on Docker Hub
docker pull madharjan/docker-base:14.04
14.04
- Using Ubuntu 14.04
- Version follows Ubuntu Version
- Based on phusion/baseimage-docker:rel-0.9.18
- Using scripts in my_init.d to initialize services
- Added my_shutdown.d for scripts to run on container stop
- Added Bats based test cases