File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ RUN apk add --no-cache --update \
12
12
ca-certificates \
13
13
curl
14
14
15
- ENV TERRAGRUNT_VERSION=0.28.20
15
+ ENV TERRAGRUNT_VERSION=0.28.24
16
16
ENV TERRAGRUNT_DOWNLOAD_URL=https://github.com/gruntwork-io/terragrunt/releases/download
17
17
RUN curl -fsSL -O ${TERRAGRUNT_DOWNLOAD_URL}/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 && \
18
18
curl -fsSL ${TERRAGRUNT_DOWNLOAD_URL}/v${TERRAGRUNT_VERSION}/SHA256SUMS | grep terragrunt_linux_amd64 > SHA256SUMS && \
19
19
sha256sum -c SHA256SUMS && \
20
20
mv terragrunt_linux_amd64 /usr/local/bin/terragrunt
21
21
22
- ENV TERRAFORM_VERSION=0.14.10
22
+ ENV TERRAFORM_VERSION=0.15.0
23
23
ENV TERRAFORM_RELEASE_URL=https://releases.hashicorp.com/terraform
24
24
RUN curl -fsSL -O ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
25
25
curl -fsSL ${TERRAFORM_RELEASE_URL}/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_SHA256SUMS | grep terraform_${TERRAFORM_VERSION}_linux_amd64.zip > SHA256SUMS && \
@@ -33,7 +33,7 @@ RUN curl -fsSL "https://codeload.github.com/open-policy-agent/opa/tar.gz/v${OPA_
33
33
go build && \
34
34
mv opa /usr/local/bin/
35
35
36
- ENV CONFTEST_VERSION=0.23 .0
36
+ ENV CONFTEST_VERSION=0.24 .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 1
1
# rrey/terraform-runner
2
2
3
3
![ Build] ( https://github.com/rrey/terraform-runner/workflows/Docker%20Image%20CI/badge.svg )
4
- ![ ] ( https://img.shields.io/badge/Terraform-0.14.10 -blueviolet )
5
- ![ ] ( https://img.shields.io/badge/Terragrunt-0.28.20 -blue )
4
+ ![ ] ( https://img.shields.io/badge/Terraform-0.15.0 -blueviolet )
5
+ ![ ] ( https://img.shields.io/badge/Terragrunt-0.28.24 -blue )
6
6
![ ] ( https://img.shields.io/badge/opa-0.27.1-lightgrey )
7
- ![ ] ( https://img.shields.io/badge/conftest-0.23 .0-blue )
7
+ ![ ] ( https://img.shields.io/badge/conftest-0.24 .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