Skip to content

Commit

Permalink
updated rke cli tool to 0.3.1
Browse files Browse the repository at this point in the history
Do not upgrade via TERRAFORM RKE plugin, it is not upgraded yet :( Use rke cli tool instead
https://github.com/yamamoto-febc/terraform-provider-rke/releases/

This release comes with the latest Kubernetes versions, i.e. v1.13.12, v1.14.8, v1.15.5, for Rancher launched Kubernetes clusters to address the CVE-2019-11253 and CVE-2019-16276. Rancher recommends upgrading all Kubernetes clusters to these Kubernetes versions.
  • Loading branch information
insekticid authored Oct 17, 2019
1 parent 45ce665 commit 8d7cae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:0.12.7
FROM hashicorp/terraform:0.12.10

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

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

ENV RKE_VERSION=v0.2.8
ENV RKE_VERSION=v0.3.1
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
Expand Down

0 comments on commit 8d7cae5

Please sign in to comment.