Skip to content

A minimal Ubuntu 12.04 base image modified for Docker-friendliness

License

Notifications You must be signed in to change notification settings

wwestenbrink/baseimage-docker-ubuntu-12

 
 

Repository files navigation

A minimal Ubuntu base image modified for Docker-friendliness

Fork goal

The sole goal of this fork is keeping a working version of the phusion base image FROM ubuntu 12.04 (precise). The official phusion/baseimage moved to ubuntu 14.04 (thrusty) since version 0.9.10.

Versioning

This fork wil mirror the versions released by phusion, starting from 0.9.12.

Inspecting baseimage-docker-ubuntu-12

To look around in the image, run:

docker run --rm -t -i wwestenbrink/baseimage-ubuntu-12:<VERSION> /sbin/my_init -- bash -l

where <VERSION> is one of the baseimage-docker version numbers.

You don't have to download anything manually. The above command will automatically pull the baseimage-docker-ubuntu-12 image from the Docker registry.

Using baseimage-docker-ubuntu-12

Follow the instruction provided by phusion base image

Just replace the line:

FROM phusion/baseimage:<VERSION>

by:

FROM wwestenbrink/baseimage-ubuntu-12:<VERSION>

About

A minimal Ubuntu 12.04 base image modified for Docker-friendliness

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 57.4%
  • Shell 42.6%