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

zalando-stups/docker-ubuntu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.