summaryrefslogtreecommitdiff
path: root/Dockerfile.ubuntu
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2020-05-13 10:48:21 -0400
committerChris Evich <cevich@redhat.com>2020-05-14 15:00:34 -0400
commit8d54e4855c386e6805c8e84dc36330006e2d4787 (patch)
tree29462e59a3806394a282ca2ba5ae2a1ad5119787 /Dockerfile.ubuntu
parent6479b54f4101917bcb2a66d66ddac3103e0f0107 (diff)
downloadpodman-8d54e4855c386e6805c8e84dc36330006e2d4787.tar.gz
podman-8d54e4855c386e6805c8e84dc36330006e2d4787.tar.bz2
podman-8d54e4855c386e6805c8e84dc36330006e2d4787.zip
Cirrus: Fix image-name hints
This properly prints out image-name hints when executing the hack script without any arguments. It is required due to changes made by Ed for test-name beatification. An identical change was made and reviewed by Ed in the containers/storage repo. Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'Dockerfile.ubuntu')
-rw-r--r--Dockerfile.ubuntu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu
index 3a8f837b9..160c1469c 100644
--- a/Dockerfile.ubuntu
+++ b/Dockerfile.ubuntu
@@ -1,5 +1,5 @@
# Must resemble $UBUNTU_BASE_IMAGE in ./contrib/cirrus/lib.sh
-FROM ubuntu:latest
+FROM ubuntu:20.04
# This container image is intended for building and testing libpod
# from inside a container environment. It is assumed that the source