Skip to content

viktortat/baseimage16

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baseimage16

An updated version of baseimage-docker, including community provided Ubuntu 16.04 fixes

See full readme at the original baseimage-docker repository. I will be checking and merging PRs in this repo regularly.

How to use

You can use this in your Dockerfile by setting the following FROM line.

FROM hyperknot/baseimage16:1.0.6

Look up the latest release from the GitHub releases page.

Notable changes

  • removed SSH service
  • removed pam fix, as in my testing I found Ubuntu 16.04 was not affected anymore
  • added support for pre- and post- service shutdown scripts. Just place scripts in /etc/my_init.pre_shutdown.d or /etc/my_init.post_shutdown.d
  • all services stopped by default (you need to enable the ones you need by removing the down files)

All changes

All diffs from the original baseimage-docker can be seen here.

About

A minimal Ubuntu base image modified for Docker-friendliness

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.5%
  • Shell 27.8%
  • Dockerfile 1.7%