mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 20:57:58 +00:00
deps: conftest 0.28.2 (#1872)
This commit is contained in:
@@ -18,7 +18,7 @@ RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8 0.11.15 0.12.31 0.13.7 0.1
|
||||
done && \
|
||||
ln -s /usr/local/bin/tf/versions/${DEFAULT_TERRAFORM_VERSION}/terraform /usr/local/bin/terraform
|
||||
|
||||
ENV DEFAULT_CONFTEST_VERSION=0.28.1
|
||||
ENV DEFAULT_CONFTEST_VERSION=0.28.2
|
||||
|
||||
RUN AVAILABLE_CONFTEST_VERSIONS="${DEFAULT_CONFTEST_VERSION}" && \
|
||||
for VERSION in ${AVAILABLE_CONFTEST_VERSIONS}; do \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM ghcr.io/runatlantis/atlantis:latest
|
||||
COPY atlantis /usr/local/bin/atlantis
|
||||
# TODO: remove this once we get this in the base image
|
||||
ENV DEFAULT_CONFTEST_VERSION=0.28.1
|
||||
ENV DEFAULT_CONFTEST_VERSION=0.28.2
|
||||
|
||||
WORKDIR /atlantis/src
|
||||
|
||||
@@ -9,7 +9,7 @@ RUN curl -LOks https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/ter
|
||||
rm terraform_${TERRAFORM_VERSION}_linux_amd64.zip
|
||||
|
||||
# Install conftest
|
||||
ENV CONFTEST_VERSION=0.28.1
|
||||
ENV CONFTEST_VERSION=0.28.2
|
||||
RUN curl -LOs https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz && \
|
||||
curl -LOs https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/checksums.txt && \
|
||||
sed -n "/conftest_${CONFTEST_VERSION}_Linux_x86_64.tar.gz/p" checksums.txt | sha256sum -c && \
|
||||
|
||||
Reference in New Issue
Block a user