From d9d87de075a3b2374c652a2e1e060ee303d87f41 Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Thu, 17 Oct 2024 22:01:17 -0500 Subject: [PATCH] [nc] change base ubuntu convention and add 2204 and 2404 versions Signed-off-by: Nic Cheneweth --- Dockerfile.ubuntu.22 | 2 +- Dockerfile.ubuntu.24 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ubuntu.22 b/Dockerfile.ubuntu.22 index a1021bc..74be3f0 100644 --- a/Dockerfile.ubuntu.22 +++ b/Dockerfile.ubuntu.22 @@ -28,7 +28,7 @@ ENV PATH=/home/circleci/bin:/home/circleci/.local/bin:$PATH \ SHELL ["/bin/bash", "-exo", "pipefail", "-c"] -# hadolint ignore=DL4001,DL3004,DL3047,DL3027,DL3008,SC1091 +# hadolint ignore=DL4001,DL3004,DL3047,DL3027,DL3008,SC1091,SC2174 RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90forceyes && \ echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90forceyes && apt update && \ apt-get install --no-install-recommends -y \ diff --git a/Dockerfile.ubuntu.24 b/Dockerfile.ubuntu.24 index 5cd44ca..6be27f6 100644 --- a/Dockerfile.ubuntu.24 +++ b/Dockerfile.ubuntu.24 @@ -28,7 +28,7 @@ ENV PATH=/home/circleci/bin:/home/circleci/.local/bin:$PATH \ SHELL ["/bin/bash", "-exo", "pipefail", "-c"] -# hadolint ignore=DL4001,DL3004,DL3047,DL3027,DL3008,SC1091 +# hadolint ignore=DL4001,DL3004,DL3047,DL3027,DL3008,SC1091,SC2174 RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90forceyes && \ echo 'DPkg::Options "--force-confnew";' >> /etc/apt/apt.conf.d/90forceyes && apt update && \ apt-get install --no-install-recommends -y \