From fdeef39b2369eaadb10ebbb4915010a11ef00872 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Sun, 26 Aug 2018 13:44:06 +0800 Subject: [PATCH] :gear: Regenerate all Dockerfiles Fetch cpanm over HTTPS. --- 5.008.009-main,threaded/Dockerfile | 2 +- 5.008.009-main/Dockerfile | 2 +- 5.008.009-slim,threaded/Dockerfile | 2 +- 5.008.009-slim/Dockerfile | 2 +- 5.010.001-main,threaded/Dockerfile | 2 +- 5.010.001-main/Dockerfile | 2 +- 5.010.001-slim,threaded/Dockerfile | 2 +- 5.010.001-slim/Dockerfile | 2 +- 5.012.005-main,threaded/Dockerfile | 2 +- 5.012.005-main/Dockerfile | 2 +- 5.012.005-slim,threaded/Dockerfile | 2 +- 5.012.005-slim/Dockerfile | 2 +- 5.014.004-main,threaded/Dockerfile | 2 +- 5.014.004-main/Dockerfile | 2 +- 5.014.004-slim,threaded/Dockerfile | 2 +- 5.014.004-slim/Dockerfile | 2 +- 5.016.003-main,threaded/Dockerfile | 2 +- 5.016.003-main/Dockerfile | 2 +- 5.016.003-slim,threaded/Dockerfile | 2 +- 5.016.003-slim/Dockerfile | 2 +- 5.018.004-main,threaded/Dockerfile | 2 +- 5.018.004-main/Dockerfile | 2 +- 5.018.004-slim,threaded/Dockerfile | 2 +- 5.018.004-slim/Dockerfile | 2 +- 5.020.003-main,threaded/Dockerfile | 2 +- 5.020.003-main/Dockerfile | 2 +- 5.020.003-slim,threaded/Dockerfile | 2 +- 5.020.003-slim/Dockerfile | 2 +- 5.022.004-main,threaded/Dockerfile | 2 +- 5.022.004-main/Dockerfile | 2 +- 5.022.004-slim,threaded/Dockerfile | 2 +- 5.022.004-slim/Dockerfile | 2 +- 5.024.004-main,threaded/Dockerfile | 2 +- 5.024.004-main/Dockerfile | 2 +- 5.024.004-slim,threaded/Dockerfile | 2 +- 5.024.004-slim/Dockerfile | 2 +- 5.026.002-main,threaded/Dockerfile | 2 +- 5.026.002-main/Dockerfile | 2 +- 5.026.002-slim,threaded/Dockerfile | 2 +- 5.026.002-slim/Dockerfile | 2 +- 5.028.000-main,threaded/Dockerfile | 2 +- 5.028.000-main/Dockerfile | 2 +- 5.028.000-slim,threaded/Dockerfile | 2 +- 5.028.000-slim/Dockerfile | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/5.008.009-main,threaded/Dockerfile b/5.008.009-main,threaded/Dockerfile index a54fbeb..77e95fd 100644 --- a/5.008.009-main,threaded/Dockerfile +++ b/5.008.009-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.008.009-main/Dockerfile b/5.008.009-main/Dockerfile index 6ef0702..0210eaf 100644 --- a/5.008.009-main/Dockerfile +++ b/5.008.009-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.008.009-slim,threaded/Dockerfile b/5.008.009-slim,threaded/Dockerfile index 74457d5..857edec 100644 --- a/5.008.009-slim,threaded/Dockerfile +++ b/5.008.009-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.008.009-slim/Dockerfile b/5.008.009-slim/Dockerfile index 4b71204..cf6c695 100644 --- a/5.008.009-slim/Dockerfile +++ b/5.008.009-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.010.001-main,threaded/Dockerfile b/5.010.001-main,threaded/Dockerfile index 0aeba92..72aa5a4 100644 --- a/5.010.001-main,threaded/Dockerfile +++ b/5.010.001-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.010.001-main/Dockerfile b/5.010.001-main/Dockerfile index 8dce50b..855afd4 100644 --- a/5.010.001-main/Dockerfile +++ b/5.010.001-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.010.001-slim,threaded/Dockerfile b/5.010.001-slim,threaded/Dockerfile index 210a665..4b5ced7 100644 --- a/5.010.001-slim,threaded/Dockerfile +++ b/5.010.001-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.010.001-slim/Dockerfile b/5.010.001-slim/Dockerfile index 46cd0d6..01ebdec 100644 --- a/5.010.001-slim/Dockerfile +++ b/5.010.001-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.012.005-main,threaded/Dockerfile b/5.012.005-main,threaded/Dockerfile index d2f8987..865783d 100644 --- a/5.012.005-main,threaded/Dockerfile +++ b/5.012.005-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.012.005-main/Dockerfile b/5.012.005-main/Dockerfile index 5767efe..66e4a75 100644 --- a/5.012.005-main/Dockerfile +++ b/5.012.005-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.012.005-slim,threaded/Dockerfile b/5.012.005-slim,threaded/Dockerfile index a540c6c..e02ec1a 100644 --- a/5.012.005-slim,threaded/Dockerfile +++ b/5.012.005-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.012.005-slim/Dockerfile b/5.012.005-slim/Dockerfile index d78e6ca..08e5a27 100644 --- a/5.012.005-slim/Dockerfile +++ b/5.012.005-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.014.004-main,threaded/Dockerfile b/5.014.004-main,threaded/Dockerfile index b02e290..be03767 100644 --- a/5.014.004-main,threaded/Dockerfile +++ b/5.014.004-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.014.004-main/Dockerfile b/5.014.004-main/Dockerfile index 650d744..dc65ac4 100644 --- a/5.014.004-main/Dockerfile +++ b/5.014.004-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.014.004-slim,threaded/Dockerfile b/5.014.004-slim,threaded/Dockerfile index a96e1af..b98ee9a 100644 --- a/5.014.004-slim,threaded/Dockerfile +++ b/5.014.004-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.014.004-slim/Dockerfile b/5.014.004-slim/Dockerfile index cacdd79..576c7db 100644 --- a/5.014.004-slim/Dockerfile +++ b/5.014.004-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.016.003-main,threaded/Dockerfile b/5.016.003-main,threaded/Dockerfile index 82f086b..c736064 100644 --- a/5.016.003-main,threaded/Dockerfile +++ b/5.016.003-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.016.003-main/Dockerfile b/5.016.003-main/Dockerfile index 516fade..ed1b92c 100644 --- a/5.016.003-main/Dockerfile +++ b/5.016.003-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.016.003-slim,threaded/Dockerfile b/5.016.003-slim,threaded/Dockerfile index 824a4f6..32984c0 100644 --- a/5.016.003-slim,threaded/Dockerfile +++ b/5.016.003-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.016.003-slim/Dockerfile b/5.016.003-slim/Dockerfile index 76c8d90..ae9032d 100644 --- a/5.016.003-slim/Dockerfile +++ b/5.016.003-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.018.004-main,threaded/Dockerfile b/5.018.004-main,threaded/Dockerfile index 1798b4f..2475689 100644 --- a/5.018.004-main,threaded/Dockerfile +++ b/5.018.004-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.018.004-main/Dockerfile b/5.018.004-main/Dockerfile index 973c18c..970fda9 100644 --- a/5.018.004-main/Dockerfile +++ b/5.018.004-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.018.004-slim,threaded/Dockerfile b/5.018.004-slim,threaded/Dockerfile index 16817e6..cdea5be 100644 --- a/5.018.004-slim,threaded/Dockerfile +++ b/5.018.004-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.018.004-slim/Dockerfile b/5.018.004-slim/Dockerfile index c0ff24f..8ea4159 100644 --- a/5.018.004-slim/Dockerfile +++ b/5.018.004-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.020.003-main,threaded/Dockerfile b/5.020.003-main,threaded/Dockerfile index f777a46..da13ce0 100644 --- a/5.020.003-main,threaded/Dockerfile +++ b/5.020.003-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.020.003-main/Dockerfile b/5.020.003-main/Dockerfile index 1c48fac..0c90a04 100644 --- a/5.020.003-main/Dockerfile +++ b/5.020.003-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.020.003-slim,threaded/Dockerfile b/5.020.003-slim,threaded/Dockerfile index 73ab6c1..773a925 100644 --- a/5.020.003-slim,threaded/Dockerfile +++ b/5.020.003-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.020.003-slim/Dockerfile b/5.020.003-slim/Dockerfile index 5f55230..8efaf83 100644 --- a/5.020.003-slim/Dockerfile +++ b/5.020.003-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.022.004-main,threaded/Dockerfile b/5.022.004-main,threaded/Dockerfile index 00e077a..186af42 100644 --- a/5.022.004-main,threaded/Dockerfile +++ b/5.022.004-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.022.004-main/Dockerfile b/5.022.004-main/Dockerfile index 3274f18..94d73f4 100644 --- a/5.022.004-main/Dockerfile +++ b/5.022.004-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.022.004-slim,threaded/Dockerfile b/5.022.004-slim,threaded/Dockerfile index b732dc6..9cfd40c 100644 --- a/5.022.004-slim,threaded/Dockerfile +++ b/5.022.004-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.022.004-slim/Dockerfile b/5.022.004-slim/Dockerfile index 9fe8784..71344df 100644 --- a/5.022.004-slim/Dockerfile +++ b/5.022.004-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.024.004-main,threaded/Dockerfile b/5.024.004-main,threaded/Dockerfile index e08f0f8..02f80f9 100644 --- a/5.024.004-main,threaded/Dockerfile +++ b/5.024.004-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.024.004-main/Dockerfile b/5.024.004-main/Dockerfile index 4039976..7becdfd 100644 --- a/5.024.004-main/Dockerfile +++ b/5.024.004-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.024.004-slim,threaded/Dockerfile b/5.024.004-slim,threaded/Dockerfile index ff26b5b..caecc5b 100644 --- a/5.024.004-slim,threaded/Dockerfile +++ b/5.024.004-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.024.004-slim/Dockerfile b/5.024.004-slim/Dockerfile index 9893afa..882653f 100644 --- a/5.024.004-slim/Dockerfile +++ b/5.024.004-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.026.002-main,threaded/Dockerfile b/5.026.002-main,threaded/Dockerfile index 0319e95..ba253f0 100644 --- a/5.026.002-main,threaded/Dockerfile +++ b/5.026.002-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.026.002-main/Dockerfile b/5.026.002-main/Dockerfile index c77931d..be9aa97 100644 --- a/5.026.002-main/Dockerfile +++ b/5.026.002-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.026.002-slim,threaded/Dockerfile b/5.026.002-slim,threaded/Dockerfile index 8f9acb6..4cb8cc2 100644 --- a/5.026.002-slim,threaded/Dockerfile +++ b/5.026.002-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.026.002-slim/Dockerfile b/5.026.002-slim/Dockerfile index 23cc86c..740977e 100644 --- a/5.026.002-slim/Dockerfile +++ b/5.026.002-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.028.000-main,threaded/Dockerfile b/5.028.000-main,threaded/Dockerfile index 53a733c..2f0389e 100644 --- a/5.028.000-main,threaded/Dockerfile +++ b/5.028.000-main,threaded/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.028.000-main/Dockerfile b/5.028.000-main/Dockerfile index 67ef39d..b0d166f 100644 --- a/5.028.000-main/Dockerfile +++ b/5.028.000-main/Dockerfile @@ -18,7 +18,7 @@ RUN true \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && true \ diff --git a/5.028.000-slim,threaded/Dockerfile b/5.028.000-slim,threaded/Dockerfile index 0fab658..4f8393f 100644 --- a/5.028.000-slim,threaded/Dockerfile +++ b/5.028.000-slim,threaded/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \ diff --git a/5.028.000-slim/Dockerfile b/5.028.000-slim/Dockerfile index 67fb448..9828aea 100644 --- a/5.028.000-slim/Dockerfile +++ b/5.028.000-slim/Dockerfile @@ -38,7 +38,7 @@ RUN apt-get update \ && TEST_JOBS=$(nproc) make test_harness \ && make install \ && cd /usr/src \ - && curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ + && curl -LO https://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \ && echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \ && tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \ && savedPackages="make netbase" \