From a4e4a719ba3f775ba0563d7a12913ce3af367463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Sat, 12 Sep 2020 12:40:16 +0200 Subject: [PATCH] Specify snapshot version of ubuntu used for kind Also fix the 19.10 comment, it hadn't been updated --- deploy/kindbase/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/kindbase/Dockerfile b/deploy/kindbase/Dockerfile index d03bb0a62e..bdd3b38c84 100644 --- a/deploy/kindbase/Dockerfile +++ b/deploy/kindbase/Dockerfile @@ -17,9 +17,9 @@ # For systemd + docker configuration used below, see the following references: # https://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/ -# start from ubuntu 19.10, this image is reasonably small as a starting point +# start from ubuntu 20.04, this image is reasonably small as a starting point # for a kubernetes node image, it doesn't contain much we don't need -FROM ubuntu:20.04 +FROM ubuntu:focal-20200423 # Configure containerd and runc binaries from kind-ci/containerd-nightlies repository # The repository contains latest stable releases and nightlies built for multiple architectures