Upgrade Kubectl to 1.18.6

Change-Id: I0004ee67eff8ecb075473c3c0e20b9976e613a91
Signed-off-by: diwakar thyagaraj <diwakar.chitoor.thyagaraj@att.com>
This commit is contained in:
diwakar thyagaraj 2020-08-24 16:51:43 +00:00
parent 76626b65ca
commit e7a6644b3a
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
# Nautilus 14.2.10
ARG CEPH_RELEASE=nautilus
ARG CEPH_RELEASE_TAG=14.2.10-1.0~bionic
ARG KUBE_VERSION=1.17.3
ARG KUBE_VERSION=1.18.6
ARG CEPH_REPO=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/
ARG CEPH_KEY=https://mirror.mirantis.com/testing/ceph-nautilus/bionic/archive-ceph-nautilus.key

View File

@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
org.opencontainers.image.vendor='The Airship Authors' \
org.opencontainers.image.licenses='Apache-2.0'
ARG KUBE_VERSION=1.17.3
ARG KUBE_VERSION=1.18.6
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -9,7 +9,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
org.opencontainers.image.licenses='Apache-2.0'
ARG ETCDCTL_VERSION=v3.4.2
ARG KUBE_VERSION=1.17.3
ARG KUBE_VERSION=1.18.6
ENV GOOGLE_URL=https://storage.googleapis.com/etcd
ENV GITHUB_URL=https://github.com/etcd-io/etcd/releases/download

View File

@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
org.opencontainers.image.vendor='The Airship Authors' \
org.opencontainers.image.licenses='Apache-2.0'
ARG KUBE_VERSION=1.17.3
ARG KUBE_VERSION=1.18.6
RUN set -xe \
&& export DEBIAN_FRONTEND=noninteractive \

View File

@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
org.opencontainers.image.vendor='The Airship Authors' \
org.opencontainers.image.licenses='Apache-2.0'
ARG KUBE_VERSION=1.17.3
ARG KUBE_VERSION=1.18.6
RUN set -xe \
&& export DEBIAN_FRONTEND=noninteractive \