Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.1.tar.xz -o perl-5.39.1.tar.xz \
&& echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.1.tar.xz -C /usr/src/perl \
&& rm perl-5.39.1.tar.xz \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.2.tar.xz -o perl-5.39.2.tar.xz \
&& echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.2.tar.xz -C /usr/src/perl \
&& rm perl-5.39.2.tar.xz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand All @@ -32,4 +32,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.39.1","-de0"]
CMD ["perl5.39.2","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.1.tar.xz -o perl-5.39.1.tar.xz \
&& echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.1.tar.xz -C /usr/src/perl \
&& rm perl-5.39.1.tar.xz \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.2.tar.xz -o perl-5.39.2.tar.xz \
&& echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.2.tar.xz -C /usr/src/perl \
&& rm perl-5.39.2.tar.xz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand All @@ -32,4 +32,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.39.1","-de0"]
CMD ["perl5.39.2","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.1.tar.xz -o perl-5.39.1.tar.xz \
&& echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.1.tar.xz -C /usr/src/perl \
&& rm perl-5.39.1.tar.xz \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.2.tar.xz -o perl-5.39.2.tar.xz \
&& echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.2.tar.xz -C /usr/src/perl \
&& rm perl-5.39.2.tar.xz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand All @@ -32,4 +32,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.39.1","-de0"]
CMD ["perl5.39.2","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ LABEL maintainer="Peter Martini <PeterCMartini@GMail.com>, Zak B. Elep <zakame@c
WORKDIR /usr/src/perl

RUN true \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.1.tar.xz -o perl-5.39.1.tar.xz \
&& echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.1.tar.xz -C /usr/src/perl \
&& rm perl-5.39.1.tar.xz \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.2.tar.xz -o perl-5.39.2.tar.xz \
&& echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.2.tar.xz -C /usr/src/perl \
&& rm perl-5.39.2.tar.xz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand All @@ -32,4 +32,4 @@ RUN true \

WORKDIR /usr/src/app

CMD ["perl5.39.1","-de0"]
CMD ["perl5.39.2","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.1.tar.xz -o perl-5.39.1.tar.xz \
&& echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.1.tar.xz -C /usr/src/perl \
&& rm perl-5.39.1.tar.xz \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.2.tar.xz -o perl-5.39.2.tar.xz \
&& echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.2.tar.xz -C /usr/src/perl \
&& rm perl-5.39.2.tar.xz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -57,4 +57,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.39.1","-de0"]
CMD ["perl5.39.2","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.1.tar.xz -o perl-5.39.1.tar.xz \
&& echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.1.tar.xz -C /usr/src/perl \
&& rm perl-5.39.1.tar.xz \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.2.tar.xz -o perl-5.39.2.tar.xz \
&& echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.2.tar.xz -C /usr/src/perl \
&& rm perl-5.39.2.tar.xz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -57,4 +57,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.39.1","-de0"]
CMD ["perl5.39.2","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.1.tar.xz -o perl-5.39.1.tar.xz \
&& echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.1.tar.xz -C /usr/src/perl \
&& rm perl-5.39.1.tar.xz \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.2.tar.xz -o perl-5.39.2.tar.xz \
&& echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.2.tar.xz -C /usr/src/perl \
&& rm perl-5.39.2.tar.xz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -57,4 +57,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.39.1","-de0"]
CMD ["perl5.39.2","-de0"]
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ RUN apt-get update \
zlib1g-dev \
xz-utils \
libssl-dev \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.1.tar.xz -o perl-5.39.1.tar.xz \
&& echo '326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e *perl-5.39.1.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.1.tar.xz -C /usr/src/perl \
&& rm perl-5.39.1.tar.xz \
&& curl -fL https://www.cpan.org/src/5.0/perl-5.39.2.tar.xz -o perl-5.39.2.tar.xz \
&& echo 'b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f *perl-5.39.2.tar.xz' | sha256sum --strict --check - \
&& tar --strip-components=1 -xaf perl-5.39.2.tar.xz -C /usr/src/perl \
&& rm perl-5.39.2.tar.xz \
&& cat *.patch | patch -p1 \
&& gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \
&& archBits="$(dpkg-architecture --query DEB_BUILD_ARCH_BITS)" \
Expand Down Expand Up @@ -57,4 +57,4 @@ RUN apt-get update \

WORKDIR /usr/src/app

CMD ["perl5.39.1","-de0"]
CMD ["perl5.39.2","-de0"]
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ options:
threaded: "-Dusethreads"

releases:
- version: 5.39.1
sha256: 326b797eb65946026c932f1750d740e908566c5c7e847341e1d60f63324fd03e
- version: 5.39.2
sha256: b7ae33d3c6ff80107d14c92dfb3d8d4944fec926b11bcc40c8764b73c710694f
extra_flags: "-Dusedevel -Dversiononly=undef"
type: xz
debian_release:
Expand Down