Skip to content

Commit

Permalink
RKE 0.3.2 - Kubernetes v1.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
insekticid authored Oct 30, 2019
1 parent 8d7cae5 commit 511f75a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.10
FROM hashicorp/terraform:0.12.12

RUN apk -Uuv add ca-certificates openssl groff less git bash wget make jq curl unzip sed

Expand All @@ -21,14 +21,14 @@ RUN wget ${RKE_TERRAFORM_URL}
RUN unzip ${RKE_FILENAME} -d ~/.terraform.d/plugins/
RUN rm -f ${RKE_FILENAME}

ENV RKE_VERSION=v0.3.1
ENV RKE_VERSION=v0.3.2
RUN wget -q https://github.com/rancher/rke/releases/download/${RKE_VERSION}/rke_linux-amd64
RUN chmod +x rke_linux-amd64
RUN mv rke_linux-amd64 /usr/bin/rke

# Note: Latest version of helm may be found at:
# https://github.com/kubernetes/helm/releases
ENV HELM_VERSION="v2.14.3"
ENV HELM_VERSION="v2.15.2"

RUN wget -q https://storage.googleapis.com/kubernetes-helm/helm-${HELM_VERSION}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/bin/helm \
&& chmod +x /usr/bin/helm
Expand Down

0 comments on commit 511f75a

Please sign in to comment.