From 08743f6b195dd5233ccb4d2bc5f584aa086c567b Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 25 Jul 2023 22:21:08 +0300 Subject: [PATCH 1/5] --sslcheckcert=0 --- linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile index 655e964c1..abff71ecc 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -132,14 +132,14 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et ################################################################## # Install p4client ################################################################## -RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ +RUN wget --sslcheckcert=0 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ chmod +x /usr/bin/p4 ################################################################## # dumb init ################################################################## ENV DUMB_INIT_VERSION=1.2.5 -RUN wget -q --no-check-certificate -c https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_x86_64 --random-wait -O /usr/bin/dumb-init && \ +RUN wget -q --sslcheckcert=0 --no-check-certificate -c https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_x86_64 --random-wait -O /usr/bin/dumb-init && \ chmod +x /usr/bin/dumb-init && \ dumb-init --version From f87792242fa48d9a02a2d2a02834f99b6282cd92 Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 25 Jul 2023 22:24:54 +0300 Subject: [PATCH 2/5] --secure-protocol=TLSv1 --- linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile index abff71ecc..294169425 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -132,14 +132,14 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et ################################################################## # Install p4client ################################################################## -RUN wget --sslcheckcert=0 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ +RUN wget --secure-protocol=TLSv1 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ chmod +x /usr/bin/p4 ################################################################## # dumb init ################################################################## ENV DUMB_INIT_VERSION=1.2.5 -RUN wget -q --sslcheckcert=0 --no-check-certificate -c https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_x86_64 --random-wait -O /usr/bin/dumb-init && \ +RUN wget -q --no-check-certificate -c https://github.com/Yelp/dumb-init/releases/download/v${DUMB_INIT_VERSION}/dumb-init_${DUMB_INIT_VERSION}_x86_64 --random-wait -O /usr/bin/dumb-init && \ chmod +x /usr/bin/dumb-init && \ dumb-init --version From 5f2b1aafd0898d95681da1b0d4230c57c58d155d Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 25 Jul 2023 22:31:41 +0300 Subject: [PATCH 3/5] wget2 --- linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile index 294169425..ba1d3b931 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -88,6 +88,7 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio unrar \ xz-utils \ wget \ + wget2 \ aptitude \ sudo \ logrotate \ @@ -132,7 +133,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et ################################################################## # Install p4client ################################################################## -RUN wget --secure-protocol=TLSv1 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ +RUN wget2 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ chmod +x /usr/bin/p4 ################################################################## From 43f7ac280b349077968b0837543e65fe6789c1ba Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 25 Jul 2023 22:34:09 +0300 Subject: [PATCH 4/5] curl --- linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile index ba1d3b931..4740ff8e7 100644 --- a/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/07-wheezy/main/Dockerfile @@ -88,7 +88,6 @@ RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selectio unrar \ xz-utils \ wget \ - wget2 \ aptitude \ sudo \ logrotate \ @@ -133,7 +132,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et ################################################################## # Install p4client ################################################################## -RUN wget2 --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ +RUN curl --insecure -o /usr/bin/p4 ${P4_DOWNLOAD_URL} && \ chmod +x /usr/bin/p4 ################################################################## From 42be64fb5a661fcbbcad82eb3ecb62955f50cd94 Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 25 Jul 2023 22:35:40 +0300 Subject: [PATCH 5/5] curl --- linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile | 2 +- linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile index f0205e37a..2bbb92a13 100644 --- a/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/08-jessie/main/Dockerfile @@ -152,7 +152,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et ################################################################## # Install p4client ################################################################## -RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ +RUN curl --insecure -o /usr/bin/p4 ${P4_DOWNLOAD_URL} && \ chmod +x /usr/bin/p4 ################################################################## diff --git a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile index 4804efece..8d584e5ee 100644 --- a/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/09-stretch/main/Dockerfile @@ -167,7 +167,7 @@ RUN wget -c https://cli.github.com/packages/githubcli-archive-keyring.gpg -O /et ################################################################## # Install p4client ################################################################## -RUN wget --no-check-certificate -nv --random-wait --retry-connrefused --continue -P /usr/bin ${P4_DOWNLOAD_URL} && \ +RUN curl --insecure -o /usr/bin/p4 ${P4_DOWNLOAD_URL} && \ chmod +x /usr/bin/p4 ##################################################################