docker-perl
docker-perl copied to clipboard
Dockerfiles for index.docker.io (official Perl Docker image)
Thanks @diocles for the [blog post](http://tech-blog.cv-library.co.uk/2017/08/31/perl-as-pid-1-under-docker/). I should probably add a hint for it in https://github.com/docker-library/docs/blob/master/perl/content.md for everyone's future reference, namely to run the container on Docker >= 1.13 with...
- http://nntp.perl.org/group/perl.perl5.porters/268073
This should add debug images for all current supported Perl releases as well as for perl:devel. Fixes #130 Adapted from #60 with some adjustments, thanks again @waterkip! Still needs the...
There are some error states that Perl only catches when it’s built with `-DDEBUGGING`. For CI purposes, then, it would be a boon to have debugging builds available. Thank you...
Today I started seeing this, which means that all of my Perl testing is borked (thanks for the heads up GitHub). I think you are the source I'm pulling from,...
Currently cpanminus defaults to using http, it doesn't know enough about the environment it is in for that to be possible to change (yet). Note that cpm does use HTTPS...
https://www.cpan.org/src/5.0/ is no longer a reliable source of Perl source tarballs - use MetaCPAN instead. Ref #161
This could potentially uncover issues because sid and by extension trixie are development releases of the Debian project. They for example undergo t64 migrations, get newer compilers and this potentially...
- Add dev container setup with docker-in-docker and nektos/act - Allow alternate location for perl tarball downloads - generate-dockerfiles-patches workflow now fails when finding extra diffs (e.g. uncommitted Dockerfiles/patches) to...
Today (2025-05-03) I tried to pull image `perl:5.10.1`. I've got an deprecation notice: ``` $ docker pull perl:5.10.1 5.10.1: Pulling from library/perl [DEPRECATION NOTICE] Docker Image Format v1 and Docker...