Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rrey committed Jun 20, 2020
1 parent f7acf6c commit b0b344f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ RUN curl -fsSL -O ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERR
unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
mv terraform /usr/local/bin/

ENV OPA_VERSION=0.20.5
ENV OPA_VERSION=0.21.0
WORKDIR /opa-build
RUN curl -fsSL "https://codeload.github.com/open-policy-agent/opa/tar.gz/v${OPA_VERSION}" | tar xvz --strip-components=1 && \
go build && \
mv opa /usr/local/bin/

ENV CONFTEST_VERSION=0.18.2
ENV CONFTEST_VERSION=0.19.0
ENV CONFTEST_DOWNLOAD_URL=https://github.com/instrumenta/conftest/releases/download
RUN curl -fsSL -O ${CONFTEST_DOWNLOAD_URL}/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz && \
curl -fsSL ${CONFTEST_DOWNLOAD_URL}/v${CONFTEST_VERSION}/checksums.txt | grep conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz > checksums.txt && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
![Build](https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg)
![](https://img.shields.io/badge/Terraform-0.12.26-blueviolet)
![](https://img.shields.io/badge/Terragrunt-0.23.27-blue)
![](https://img.shields.io/badge/opa-0.20.5-lightgrey)
![](https://img.shields.io/badge/conftest-0.18.2-blue)
![](https://img.shields.io/badge/opa-0.21.0-lightgrey)
![](https://img.shields.io/badge/conftest-0.19.0-blue)

This docker image aims at being a CI runner allowing to handle Terraform content.
The image contains opinionated cool tools around Terraform like:
Expand Down

0 comments on commit b0b344f

Please sign in to comment.