Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions atlantis-aws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM chatwork/aws:2.34.15
FROM chatwork/aws:2.34.37

ARG TARGETARCH
ARG ATLANTIS_VERSION=0.40.0
ARG ATLANTIS_VERSION=0.43.0
ARG GOSU_VERSION=1.19
ARG GIT_LFS_VERSION=3.7.1
ARG DUMB_INIT_VERSION=1.2.5
ENV DEFAULT_TERRAFORM_VERSION=1.14.7
ENV DEFAULT_TERRAFORM_VERSION=1.15.3
LABEL version="${ATLANTIS_VERSION}"
LABEL maintainer="sakamoto@chatwork.com"

Expand Down Expand Up @@ -34,7 +34,7 @@ RUN AVAILABLE_TERRAFORM_VERSIONS="0.11.15 0.12.31 0.13.7 0.14.11 0.15.5 1.0.11 1
done && \
ln -s "/usr/local/bin/tf/versions/${DEFAULT_TERRAFORM_VERSION}/terraform" /usr/local/bin/terraform

ARG CONFTEST_VERSION=0.67.0
ARG CONFTEST_VERSION=0.68.2
ARG CONFTEST_RPM_FILE="conftest_${CONFTEST_VERSION}_linux_${TARGETARCH}.rpm"

RUN curl -LOs https://github.com/open-policy-agent/conftest/releases/download/v${CONFTEST_VERSION}/${CONFTEST_RPM_FILE} && \
Expand Down
8 changes: 4 additions & 4 deletions atlantis-aws/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ command:
/usr/local/bin/aws --version:
exit-status: 0
stdout:
- 2.34.15
- 2.34.37
/usr/bin/conftest --version:
exit-status: 0
stdout:
- 0.67.0
- 0.68.2
/usr/local/bin/terraform --version:
exit-status: 0
stdout:
- 1.14.7
- 1.15.3
/usr/local/bin/atlantis version:
exit-status: 0
stdout:
- 0.40.0
- 0.43.0
/usr/bin/git-lfs --version:
exit-status: 0
stdout:
Expand Down
Loading
Loading