From: Zack Cerza Date: Fri, 29 Jul 2022 19:42:59 +0000 (-0600) Subject: containers/teuthology: Pin base image to focal X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a618ec13dafd13a15cb7efac381120103e54891a;p=teuthology.git containers/teuthology: Pin base image to focal --- diff --git a/containers/teuthology-dev/Dockerfile b/containers/teuthology-dev/Dockerfile index f1a4c600d..a486644d8 100644 --- a/containers/teuthology-dev/Dockerfile +++ b/containers/teuthology-dev/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:focal ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ apt-get install -y \