docker-perl icon indicating copy to clipboard operation
docker-perl copied to clipboard

Dockerfiles for index.docker.io (official Perl Docker image)

Results 20 docker-perl issues
Sort by recently updated
recently updated
newest added

I ask because it would be good to be able to use that in various CI contexts. I'm not proposing a big bloat of one per Perl, just latest Perl...

With Docker Hub implementing rate limits it might be nice to also send images to github packages. One might even consider using github actions to build the images and push...

@docker-library-bot can run a simple `update.sh` script for you to update the Perl version automatically. Just add it to the team and open a corresponding PR here: https://github.com/docker-library/oi-janky-groovy/blob/master/update.sh/vars.groovy See e.g....

For CI purposes (e.g., [GitHub actions](https://github.com/Perl/docker-perl-tester/issues/27)) it’s often useful to test against long-double and quadmath perls. Would it be possible to add such builds? Thank you!

Like the tin says, an alpine version would be very useful

Debian Perl packages *are not guaranteed* to work (much more even detected) against the Perl we build here, especially as these perls might not _even_ have the same version and...

This installs and sets [tini](https://github.com/krallin/tini) as the default ENTRYPOINT for Perl images, to enable Perl programs in containers to handle signals correctly, particularly on SIGINT/SIGTERM. Ref. #44

I do mean 5.6.x. Repos that would quite like to use 5.6, as they still aim to support at least 5.6.2: https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker, https://github.com/Perl-Toolchain-Gang/ExtUtils-Install _Originally posted by @mohawk2 in https://github.com/Perl/docker-perl/issues/90#issuecomment-692384866_

work-in-progress PR to fix #23 - [x] figure out to build without `setlocale()` to work around test failures (mainly due to musl-libc's nascent locales support) - [x] remove build-deps (but...

Create a debugging version of Perl with gdb installed so one can take an exact copy of the image with all the symbol tables etc etc.