Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 815 Bytes

README.rst

File metadata and controls

21 lines (14 loc) · 815 Bytes

Ubuntu Base Image

This Docker base image contains Ubuntu 18.04 and the Zalando CA certificate. Versions of this image will be immutable, i.e. there is no "latest" tag, but instead version numbers are incremented like:

<UBUNTU_VERSION>-<COUNTER> (example: "18.04-1")

Build and test the image like that:

$ docker build -t ubuntu:18.04-local .
$ sed 's/UNTESTED/ubuntu:18.04-local/g' Dockerfile.test > Dockerfile.test-gen
$ docker build -t ubuntu-test:18.04-local -f Dockerfile.test-gen .
$ docker run ubuntu-test:18.04-local

You can find the latest Ubuntu Docker image in our open source registry.