Skip to content
This repository has been archived by the owner on Mar 9, 2018. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.22 KB

No longer maintained, see dockerdepot/docker-ubuntu instead.

docker-ubuntu

A base Ubuntu Docker container with en_AU (UTF8) locale support and upgraded udev.

The deboostrap Docker Ubuntu variant is used to build these images.

This image is automatically built via the Docker Hub and is available at chinthakagodawita/ubuntu.

Its intended use is for Docker container projects that are built on CI tools (such as CircleCI) that run on LXC. These can't reconfigure locale information due to their security setups.

udev also can't be installed or upgraded due to security issues on CircleCI.

Available Images

  • Ubuntu 16.04
    • chinthakagodawita/ubuntu:16.04
    • chinthakagodawita/ubuntu:latest
  • Ubuntu 14.04
    • chinthakagodawita/ubuntu:14.04
  • Ubuntu 12.04
    • chinthakagodawita/ubuntu:12.04

Building

docker build -t chinthakagodawita/ubuntu:16.04 16.04/
docker build -t chinthakagodawita/ubuntu:14.04 14.04/
docker build -t chinthakagodawita/ubuntu:12.04 12.04/