File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ RUN curl -fsSL -O ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERR
27
27
unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
28
28
mv terraform /usr/local/bin/
29
29
30
- ENV OPA_VERSION=0.20.5
30
+ ENV OPA_VERSION=0.21.0
31
31
WORKDIR /opa-build
32
32
RUN curl -fsSL "https://codeload.github.com/open-policy-agent/opa/tar.gz/v${OPA_VERSION}" | tar xvz --strip-components=1 && \
33
33
go build && \
34
34
mv opa /usr/local/bin/
35
35
36
- ENV CONFTEST_VERSION=0.18.2
36
+ ENV CONFTEST_VERSION=0.19.0
37
37
ENV CONFTEST_DOWNLOAD_URL=https://github.com/instrumenta/conftest/releases/download
38
38
RUN curl -fsSL -O ${CONFTEST_DOWNLOAD_URL}/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz && \
39
39
curl -fsSL ${CONFTEST_DOWNLOAD_URL}/v${CONFTEST_VERSION}/checksums.txt | grep conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz > checksums.txt && \
Original file line number Diff line number Diff line change 3
3
![ Build] ( https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg )
4
4
![ ] ( https://img.shields.io/badge/Terraform-0.12.26-blueviolet )
5
5
![ ] ( https://img.shields.io/badge/Terragrunt-0.23.27-blue )
6
- ![ ] ( https://img.shields.io/badge/opa-0.20.5 -lightgrey )
7
- ![ ] ( https://img.shields.io/badge/conftest-0.18.2 -blue )
6
+ ![ ] ( https://img.shields.io/badge/opa-0.21.0 -lightgrey )
7
+ ![ ] ( https://img.shields.io/badge/conftest-0.19.0 -blue )
8
8
9
9
This docker image aims at being a CI runner allowing to handle Terraform content.
10
10
The image contains opinionated cool tools around Terraform like:
You can’t perform that action at this time.
0 commit comments