No description
Find a file
Arthur Axel 'fREW' Schmidt e1dda05071 shrink built images by ~100M
2015-01-30 10:02:04 -06:00
5.018.004-64bit shrink built images by ~100M 2015-01-30 10:02:04 -06:00
5.018.004-64bit,threaded shrink built images by ~100M 2015-01-30 10:02:04 -06:00
5.020.001-64bit shrink built images by ~100M 2015-01-30 10:02:04 -06:00
5.020.001-64bit,threaded shrink built images by ~100M 2015-01-30 10:02:04 -06:00
generate.pl shrink built images by ~100M 2015-01-30 10:02:04 -06:00
LICENSE Initial commit 2014-07-06 18:43:53 -04:00
README.md Update README.md 2014-09-25 20:46:58 -04:00
Releases.yaml Added a helper script to regen the Dockerfiles 2014-10-04 01:10:38 -04:00

docker-perl

Dockerfiles for Perl5

This project is the source for the Docker perl repo; for more details, take a look at https://registry.hub.docker.com/_/perl/.

The structure of this repo is to use the full version ID of each Perl version, plus a comma separate list of extensions. Every directory is expected to have at least the bit specification (32bit or 64bit), and at the moment the only other extension is threaded.

There are currently no 32bit extensions as Docker does not (yet?) support 32-bit builds.

The 64bit builds specify use64bitall despite this being largely redundant (Configure would properly detect this) to make the desired bit size explicit.