Skip to content

Commit

Permalink
Updating base image and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefHolland committed Dec 23, 2024
1 parent 6b86e39 commit d2f12ea
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
30 changes: 15 additions & 15 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/Dockerfile.ansible-aws
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ARG EASY_INFRA_TAG_TOOL_ONLY
FROM seiso/easy_infra:"${EASY_INFRA_TAG_TOOL_ONLY}" AS ansible-aws

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN ansible-galaxy collection install amazon.aws
RUN ansible-galaxy collection install amazon.aws --upgrade
2 changes: 1 addition & 1 deletion build/Dockerfile.ansible-azure
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ARG EASY_INFRA_TAG_TOOL_ONLY
FROM seiso/easy_infra:"${EASY_INFRA_TAG_TOOL_ONLY}" AS ansible-azure

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN ansible-galaxy collection install azure.azcollection
RUN ansible-galaxy collection install azure.azcollection --upgrade
2 changes: 1 addition & 1 deletion build/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG FROM_IMAGE=ubuntu
ARG FROM_IMAGE_TAG=23.10
ARG FROM_IMAGE_TAG=24.04
ARG EASY_INFRA_TAG
# The following arg is in case we have a {tool}-{environment} specific Dockerfile/frag combo.
# Dockerfile ARG instructions go out of scope at the end of the build stage where it was defined, so to use it in our multistage scenario it needs to
Expand Down
8 changes: 4 additions & 4 deletions easy_infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ packages:
--libraries-path ${KICS_LIBRARIES_PATH} --report-formats json --output-path
${KICS_JSON_REPORT_PATH} --output-name kics --path .
description: directory scan
version: 7.7.0+dfsg-1
version: 9.2.0+dfsg-0ubuntu5
version_argument: --version
aws-cli:
aliases:
Expand All @@ -72,12 +72,12 @@ packages:
environments:
- none
name: cloudformation
version: 2.21.3
version: 2.22.22
version_argument: --version
azure-cli:
aliases:
- az
version: 2.66.0-1~jammy
version: 2.67.0-1~noble
version_argument: version
checkov:
version: 3.2.300
Expand All @@ -95,7 +95,7 @@ packages:
fluent-bit:
helper:
- all
version: v3.2.0
version: v3.2.3
version_argument: --version
kics:
version: v2.1.3
Expand Down

0 comments on commit d2f12ea

Please sign in to comment.