Specify snapshot version of ubuntu used for kind
Also fix the 19.10 comment, it hadn't been updatedpull/9330/head
parent
85f8d05757
commit
a4e4a719ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue