mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 10:10:03 -03:30
Set Kubernetes default version to 1.19.8
Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ac23d89a1a
commit
daea9f3d21
@@ -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.19.8
|
||||
|
||||
RUN mkdir /kubespray
|
||||
WORKDIR /kubespray
|
||||
|
||||
Reference in New Issue
Block a user