From 0f9a20f9b93af3dd4c3e9b8f6ebae0df60200559 Mon Sep 17 00:00:00 2001 From: David Freeman <davidfreeman@seed-innovations.com> Date: Tue, 7 Jun 2022 17:01:36 -0600 Subject: [PATCH 1/3] install missing dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b465493..6a39afc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV _BUILDAH_STARTED_IN_USERNS="" BUILDAH_ISOLATION=chroot PATH="${PATH}:/root/. RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial; \ dnf upgrade -y; \ - dnf install -y podman; \ + dnf install -y podman jq unzip --setopt=tsflags=nodocs \ dnf install -y /opt/dnfmodules/*.rpm --setopt=tsflags=nodocs; \ dnf install zip unzip bzip2 jq; \ rm /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial; \ -- GitLab From d7d5f4eda7d25810d37a4156bdd34194b696d1e6 Mon Sep 17 00:00:00 2001 From: David Freeman <davidfreeman@seed-innovations.com> Date: Tue, 7 Jun 2022 17:05:22 -0600 Subject: [PATCH 2/3] fix missing line ending --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a39afc..2cbe2dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV _BUILDAH_STARTED_IN_USERNS="" BUILDAH_ISOLATION=chroot PATH="${PATH}:/root/. RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial; \ dnf upgrade -y; \ - dnf install -y podman jq unzip --setopt=tsflags=nodocs \ + dnf install -y podman jq unzip --setopt=tsflags=nodocs; \ dnf install -y /opt/dnfmodules/*.rpm --setopt=tsflags=nodocs; \ dnf install zip unzip bzip2 jq; \ rm /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial; \ -- GitLab From 32f66d04b597e238f04ceef63bdbcd3a84c88c19 Mon Sep 17 00:00:00 2001 From: renovate <renovate@support.dsop.io> Date: Wed, 8 Jun 2022 13:02:38 +0000 Subject: [PATCH 3/3] Update dependency registry1.dso.mil/ironbank/opensource/python to v3.10.5 --- hardening_manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardening_manifest.yaml b/hardening_manifest.yaml index 8f7a100..55c9e61 100644 --- a/hardening_manifest.yaml +++ b/hardening_manifest.yaml @@ -14,7 +14,7 @@ tags: # Build args passed to Dockerfile ARGs args: BASE_IMAGE: "opensource/python" - BASE_TAG: "v3.10.4" + BASE_TAG: "v3.10.5" # Docker image labels labels: -- GitLab