Merge pull request #647 from runatlantis/docker

Add 0.11.14 to Docker image
This commit is contained in:
Luke Kysow
2019-05-23 12:39:57 -04:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ LABEL authors="Anubhav Mishra, Luke Kysow"
ENV DEFAULT_TERRAFORM_VERSION=0.12.0
# In the official Atlantis image we only have the latest of each Terrafrom version.
RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8 ${DEFAULT_TERRAFORM_VERSION}" && \
RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8 0.11.14 ${DEFAULT_TERRAFORM_VERSION}" && \
for VERSION in ${AVAILABLE_TERRAFORM_VERSIONS}; do \
curl -LOks https://releases.hashicorp.com/terraform/${VERSION}/terraform_${VERSION}_linux_amd64.zip && \
curl -LOks https://releases.hashicorp.com/terraform/${VERSION}/terraform_${VERSION}_SHA256SUMS && \