Skip to content

Commit

Permalink
bump dep version, remove tdnf clean since after clean, we cannot use …
Browse files Browse the repository at this point in the history
…tdnf to install any package in the container
  • Loading branch information
lonegunmanb committed Mar 4, 2025
1 parent 951302e commit 98b6286
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ RUN cd /src && \
go install github.com/lonegunmanb/newres/v3@$NEWRES_VERSION && \
go install github.com/lonegunmanb/hclmerge@$HCLMERGE_VERSION && \
go install github.com/aquasecurity/tfsec/cmd/tfsec@$TFSEC_VERSION && \
cd /src && \
git clone https://github.com/lonegunmanb/conftest.git && \
cd conftest && git checkout $CONFTEST_VERSION && go install github.com/open-policy-agent/conftest && \
go install github.com/open-policy-agent/conftest@$CONFTEST_VERSION && \
cd /src && \
git clone https://github.com/lonegunmanb/yor.git && \
cd yor && git checkout main && \
Expand Down Expand Up @@ -91,7 +89,6 @@ ENV TFLINTENV_DEFAULT_VERSION=$TFLINT_VERSION
ENV TFLINTENV_HOME_DIR=${HOME_DIR}/tflintenv
# Update image, install and configure system-wide software
RUN tdnf install -y ca-certificates zip unzip jq make git less diffutils build-essential openssh-server wget moby-cli && \
tdnf clean all && \
pip3 install cryptography -U && \
pip install azure-cli && \
cd / && \
Expand Down
13 changes: 6 additions & 7 deletions version.env
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
AVMFIX_VERSION=dca3853ff91beea8cb257c35e15222883105f425
GOLANG_IMAGE_TAG=1.23.5
AVMFIX_VERSION=4cd9b667485c26feaf49a321c0b42e586ba55552
GOLANG_IMAGE_TAG=1.24.0
GOLANGCI_LINT_VERSION=v1.62.2
GOSEC_VERSION=2258e3108d07825c3504d831273ef844b6cfbc79
GOSEC_VERSION=v2.22.1
GREPT_VERSION=89be132cc8185d89df53da5db58140a6c2cd253d
HCLEDIT_VERSION=v0.2.15
HCLMERGE_VERSION=a2069d707aca3b03099e4c709472bad252cba4c7
NEWRES_VERSION=e8424a0816c8825c0fda5ae3c9de738aa66d1e04
NEWRES_VERSION=08858ea3e348fcb8e27fa5f1b5d9b0e1e1bbc9ed
PACKER_VERSION=1.11.1
TERRAFORM_DOCS_VERSION=v0.19.2
TERRAFORM_VERSION=1.10.5
TERRAGRUNT_VERSION=v0.71.1.1
TERRAFORM_VERSION=1.11.0
TFENV=v3.0.0
TFLINT_VERSION=v0.55.1
TFMOD_TEST_HELPER_VERSION=v0.31.0
TFSEC_VERSION=v1.28.13
YOR_VERSION=0.1.171
YORBOX_VERSION=818ca181419c794637fcbf9e3184d8db4a9b1458
PREVIOUS_TAG_VERSION=656b12a97270ca29998ad62e3564d08e7d4369ba
CONFTEST_VERSION=f5a642c11a2dfaeeba918510ba174f7baffdabcf
CONFTEST_VERSION=v0.58.0

0 comments on commit 98b6286

Please sign in to comment.