Add hashes and update default K8S version to 1.20.2 (#7171)

This commit is contained in:
Florian Ruynat
2021-01-15 21:43:09 +01:00
committed by GitHub
parent 1652d8bf4b
commit 7a033a1d55
5 changed files with 35 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Use imutable image tags rather than mutable tags (like ubuntu:18.04)
FROM ubuntu:bionic-20200807
ENV KUBE_VERSION=v1.19.7
ENV KUBE_VERSION=v1.20.2
RUN mkdir /kubespray
WORKDIR /kubespray