Skip to content

Releases: madharjan/docker-base

Docker Base - using Ubuntu 20.04

26 Sep 08:08
Compare
Choose a tag to compare

Available at Docker Hub

docker pull madharjan/docker-base:20.04

20.04

  • Updated to Ubuntu 20.04

Docker Base - using Ubuntu 16.04

01 Jun 04:12
Compare
Choose a tag to compare

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/* and my_shutdown.d/* scripts
  • syslog-n start on my_init.d/10-startup.sh and stops on my_shutdown.d/90_shutdown.sh

Docker Base - using Ubuntu 14.04

26 Apr 18:01
Compare
Choose a tag to compare

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