Add Kubernetes hashes 1.19.2/1.18.9/1.17.12 and set default (#6698)

This commit is contained in:
Florian Ruynat
2020-09-17 20:12:45 +02:00
committed by GitHub
parent 686316b390
commit 79226d0870
5 changed files with 32 additions and 5 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.1
ENV KUBE_VERSION=v1.19.2
RUN mkdir /kubespray
WORKDIR /kubespray