Skip to content

Commit 1cd70cc

Browse files
committed
⚙️ Regenerate all Dockerfiles
This renames the previous directories to use the new build scheme, as well as adds new directories for the `slim` variants.
1 parent 0cb4fc3 commit 1cd70cc

File tree

92 files changed

+7452
-156
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+7452
-156
lines changed

5.008.009-64bit,threaded/Dockerfile renamed to 5.008.009-main,threaded/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ LABEL maintainer="Peter Martini <[email protected]>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7-
RUN curl -SL https://www.cpan.org/src/5.0/perl-5.8.9.tar.bz2 -o perl-5.8.9.tar.bz2 \
7+
RUN true \
8+
&& curl -SL https://www.cpan.org/src/5.0/perl-5.8.9.tar.bz2 -o perl-5.8.9.tar.bz2 \
89
&& echo '1097fbcd48ceccb2bc735d119c9db399a02a8ab9f7dc53e29e47e6a8d0d72e79 *perl-5.8.9.tar.bz2' | sha256sum -c - \
910
&& tar --strip-components=1 -xaf perl-5.8.9.tar.bz2 -C /usr/src/perl \
1011
&& rm perl-5.8.9.tar.bz2 \
@@ -20,6 +21,7 @@ RUN curl -SL https://www.cpan.org/src/5.0/perl-5.8.9.tar.bz2 -o perl-5.8.9.tar.b
2021
&& curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \
2122
&& echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \
2223
&& tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \
24+
&& true \
2325
&& rm -fr ./cpanm /root/.cpanm /usr/src/perl /usr/src/App-cpanminus-1.7044* /tmp/*
2426

2527
WORKDIR /root

5.008.009-64bit/Dockerfile renamed to 5.008.009-main/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ LABEL maintainer="Peter Martini <[email protected]>, Zak B. Elep <zakame@c
44
COPY *.patch /usr/src/perl/
55
WORKDIR /usr/src/perl
66

7-
RUN curl -SL https://www.cpan.org/src/5.0/perl-5.8.9.tar.bz2 -o perl-5.8.9.tar.bz2 \
7+
RUN true \
8+
&& curl -SL https://www.cpan.org/src/5.0/perl-5.8.9.tar.bz2 -o perl-5.8.9.tar.bz2 \
89
&& echo '1097fbcd48ceccb2bc735d119c9db399a02a8ab9f7dc53e29e47e6a8d0d72e79 *perl-5.8.9.tar.bz2' | sha256sum -c - \
910
&& tar --strip-components=1 -xaf perl-5.8.9.tar.bz2 -C /usr/src/perl \
1011
&& rm perl-5.8.9.tar.bz2 \
@@ -20,6 +21,7 @@ RUN curl -SL https://www.cpan.org/src/5.0/perl-5.8.9.tar.bz2 -o perl-5.8.9.tar.b
2021
&& curl -LO http://www.cpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-1.7044.tar.gz \
2122
&& echo '9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 *App-cpanminus-1.7044.tar.gz' | sha256sum -c - \
2223
&& tar -xzf App-cpanminus-1.7044.tar.gz && cd App-cpanminus-1.7044 && perl bin/cpanm . && cd /root \
24+
&& true \
2325
&& rm -fr ./cpanm /root/.cpanm /usr/src/perl /usr/src/App-cpanminus-1.7044* /tmp/*
2426

2527
WORKDIR /root

0 commit comments

Comments
 (0)