Skip to content

Commit

Permalink
Merge pull request #8 from stakater-docker/update-versions
Browse files Browse the repository at this point in the history
Update client versions
  • Loading branch information
kahootali authored Jul 20, 2020
2 parents b493996 + 60db098 commit 0f78299
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN pwsh -c "Set-PowerCLIConfiguration -Scope AllUsers -ParticipateInCEIP \$fals
pwsh -c "Import-Module VMware.VimAutomation.Core | Out-Null" && \
pwsh -c "Set-PowerCLIConfiguration -InvalidCertificateAction Ignore -Confirm:\$false | Out-Null"

ARG OPENSHIFT_VERSION="4.4.6"
ARG OPENSHIFT_VERSION="4.5.2"

RUN cd /tmp && \
wget https://mirror.openshift.com/pub/openshift-v4/clients/ocp/${OPENSHIFT_VERSION}/openshift-install-linux-${OPENSHIFT_VERSION}.tar.gz && \
Expand All @@ -23,7 +23,7 @@ RUN cd /tmp && \
mv oc kubectl /usr/local/bin/ && \
rm -rf ./*

ARG TERRAFORM_VERSION="0.12.20"
ARG TERRAFORM_VERSION="0.12.28"

RUN cd /tmp && \
wget https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
Expand All @@ -34,7 +34,7 @@ RUN cd /tmp && \

RUN mv /usr/bin/jq /usr/local/bin/

ARG HELM_VERSION="3.0.3"
ARG HELM_VERSION="3.2.4"

RUN cd /tmp && \
wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz && \
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Dockerfile to hold OpenShift tools, terraform and helm

## Installed Versions

- Openshift-Install: 4.4.6
- Terraform: 0.12.20
- Helm: 3.0.3
- Openshift-Install: 4.5.2
- Terraform: 0.12.28
- Helm: 3.2.4

0 comments on commit 0f78299

Please sign in to comment.