deps: conftest 0.28.2 (#1872)

This commit is contained in:
rui
2021-10-28 14:04:53 -04:00
committed by GitHub
parent 3dd4940a15
commit 720d8eb2d4
3 changed files with 3 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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

View File

@@ -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 && \