mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-07 16:18:34 +00:00
Merge pull request #647 from runatlantis/docker
Add 0.11.14 to Docker image
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user