From 687bf323cd83374c06ef938c253e68cce3e0fb62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Pigr=C3=A9e?= Date: Tue, 6 Aug 2024 09:59:33 -1000 Subject: [PATCH] Add the new cadsi-prod root cert which will replace the casit-prod2 --- bookworm/Dockerfile | 1 + bullseye/Dockerfile | 1 + buster/Dockerfile | 1 + 3 files changed, 3 insertions(+) diff --git a/bookworm/Dockerfile b/bookworm/Dockerfile index 8c05431..bf4c213 100644 --- a/bookworm/Dockerfile +++ b/bookworm/Dockerfile @@ -14,6 +14,7 @@ RUN echo "$TZ" > /etc/timezone \ && apt-get update && apt-get install -y -o DPkg::Options::="--force-confnew" --no-install-recommends \ git locales net-tools curl ca-certificates gnupg dirmngr \ && curl https://bin.gov.pf/artifactory/ca/casit-prod2.crt > /usr/local/share/ca-certificates/casit-prod2.crt \ + && curl https://bin.gov.pf/artifactory/ca/cadsi-prod.crt > /usr/local/share/ca-certificates/cadsi-prod.crt \ && update-ca-certificates \ && locale-gen fr_FR.UTF-8 \ && dpkg-reconfigure locales \ diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index f249a4d..8d55ccf 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -14,6 +14,7 @@ RUN echo "$TZ" > /etc/timezone \ && apt-get update && apt-get install -y -o DPkg::Options::="--force-confnew" --no-install-recommends \ git locales net-tools curl ca-certificates gnupg dirmngr \ && curl https://bin.gov.pf/artifactory/ca/casit-prod2.crt > /usr/local/share/ca-certificates/casit-prod2.crt \ + && curl https://bin.gov.pf/artifactory/ca/cadsi-prod.crt > /usr/local/share/ca-certificates/cadsi-prod.crt \ && update-ca-certificates \ && locale-gen fr_FR.UTF-8 \ && dpkg-reconfigure locales \ diff --git a/buster/Dockerfile b/buster/Dockerfile index 67e83cb..fad538b 100644 --- a/buster/Dockerfile +++ b/buster/Dockerfile @@ -14,6 +14,7 @@ RUN echo "$TZ" > /etc/timezone \ && apt-get update && apt-get install -y -o DPkg::Options::="--force-confnew" --no-install-recommends \ git locales net-tools curl ca-certificates gnupg dirmngr \ && curl https://bin.gov.pf/artifactory/ca/casit-prod2.crt > /usr/local/share/ca-certificates/casit-prod2.crt \ + && curl https://bin.gov.pf/artifactory/ca/cadsi-prod.crt > /usr/local/share/ca-certificates/cadsi-prod.crt \ && update-ca-certificates \ && locale-gen fr_FR.UTF-8 \ && dpkg-reconfigure locales \