Skip to content

Commit

Permalink
Update Dockerfile.ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Sene authored Mar 1, 2021
1 parent b22f4a0 commit 6b3c2a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest

ARG IBMCLOUD_VERSION=1.3.0
ARG ARCH=ppc64le
ARG TERRAFORM=0.14.6
ARG TERRAFORM=0.13.6
ARG TF_PPC64LE_PROVIDERS=v0.7

LABEL maintaner="Rafael Peria de Sene - [email protected] "
Expand All @@ -28,4 +28,4 @@ RUN microdnf update && \
mkdir -p /root/.terraform.d/plugins && \
wget https://github.com/ocp-power-automation/terraform-providers-power/releases/download/$TF_PPC64LE_PROVIDERS/archive.zip && \
unzip ./archive.zip -d /root/.terraform.d/plugins && \
terraform --version && ibmcloud --version
terraform --version && ibmcloud --version

0 comments on commit 6b3c2a5

Please sign in to comment.