Skip to content

Commit

Permalink
chore(kubernetes): bump kubectl binary minor version (#5047)
Browse files Browse the repository at this point in the history
- add note regarding targeted version
- per releases: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.18.md

Co-authored-by: Eric Zimanyi <ezimanyi@google.com>
  • Loading branch information
karlskewes and ezimanyi committed Oct 30, 2020
1 parent d1256f8 commit 96cd916
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM alpine:3.12
LABEL maintainer="sig-platform@spinnaker.io"

ENV KUBECTL_VERSION v1.17.13
# KUBECTL_VERSION kept one minor version behind latest to maximise compatibility overlap
ENV KUBECTL_VERSION v1.18.10

RUN apk --no-cache add --update bash wget unzip openjdk11 'python2>2.7.9' && \
wget -nv https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.zip && \
Expand Down

0 comments on commit 96cd916

Please sign in to comment.