From b1de0645fd9d8a14ad9fa15b47356b83000cabb9 Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 21 Jun 2024 20:11:33 +0300 Subject: [PATCH] ssl fix in old debian dists --- Makefile | 2 +- linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile | 2 ++ linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile | 2 ++ linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile | 2 +- linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile | 2 ++ linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile | 2 +- linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile | 2 ++ 7 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 7d21cb2f1..09d233dd4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = "2024.04.21" +VERSION = "2024.06.21" AUTHOR = "EpicMorg" MODIFIED = "STAM" DOCKER_SCAN_SUGGEST = false diff --git a/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile index 9f2ecc919..de863b430 100644 --- a/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/06-squeeze/slim/Dockerfile @@ -63,6 +63,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys RUN apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys +RUN echo insecure >> ~/.curlrc + RUN update-ca-certificates --fresh ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile index c070b07cb..6720ffb2c 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/slim/Dockerfile @@ -64,6 +64,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys RUN apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys +RUN echo insecure >> ~/.curlrc + RUN update-ca-certificates --fresh ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile index e1990e6ea..fee30790f 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/develop/Dockerfile @@ -119,7 +119,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------ ################################################################## # Flutter SDK ################################################################## -RUN git clone https://github.com/flutter/flutter.git -b stable /flutter +RUN git clone -c http.sslverify=false https://github.com/flutter/flutter.git -b stable /flutter RUN flutter precache RUN flutter config --no-analytics RUN dart --disable-analytics diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile index a7ffb4197..361e35796 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/slim/Dockerfile @@ -64,6 +64,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys RUN apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys +RUN echo insecure >> ~/.curlrc + RUN update-ca-certificates --fresh ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile index 7b655eb65..b51917fa7 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/develop/Dockerfile @@ -119,7 +119,7 @@ RUN printf "\n--------------------------------\n$(cargo --version)\n------------ ################################################################## # Flutter SDK ################################################################## -RUN git clone https://github.com/flutter/flutter.git -b stable /flutter +RUN git clone -c http.sslverify=false https://github.com/flutter/flutter.git -b stable /flutter RUN flutter precache RUN flutter config --no-analytics RUN dart --disable-analytics diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile index 2ab89a626..9f0962649 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/slim/Dockerfile @@ -65,6 +65,8 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio #RUN apt-key adv --keyserver keyserver.ubuntu.com --refresh-keys #RUN apt-key list | grep "expired: " | sed -ne 's|pub .*/\([^ ]*\) .*|\1|gp' | xargs -n1 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys +RUN echo insecure >> ~/.curlrc + RUN update-ca-certificates --fresh ##################################################################