dockerdepot / docker-ubuntu

A base Ubuntu Docker container with en_AU locale support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 dockerdepot/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
    • dockerdepot/ubuntu:16.04
    • dockerdepot/ubuntu:latest
  • Ubuntu 14.04
    • dockerdepot/ubuntu:14.04

Building

docker build -t dockerdepot/ubuntu:16.04 16.04/
docker build -t dockerdepot/ubuntu:14.04 14.04/

About

A base Ubuntu Docker container with en_AU locale support

License:MIT License