Return to Image List

perl

perl

Perl is a high-level, general-purpose, interpreted, dynamic programming language. The Perl language borrows features from other programming languages, including C, shell scripting (sh), AWK, and sed.

See perl.org for more information

This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.


License

View license information here

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.


Versions

Use the pull string below for the version of this image you require.
5.36.0-bullseye docker pull icr.io/ibmz/perl@sha256:ba471fcaa330d784c47aa535eac3c5af5b3d5f78a1e552bee631e2780a8dc6d0 Vulnerability Report01-02-2025
5.36-bullseye docker pull icr.io/ibmz/perl@sha256:7fb3ae3134cf2b570b803c39e76ca9bfe6714f6c2ccded0f83c1bcef22d49345 Vulnerability Report01-02-2025
5.34.0 docker pull icr.io/ibmz/perl@sha256:761a68a0c3be55abdd9caf53644e93fd794b70110e4e108f7f3cb4cce40178be Vulnerability Report01-02-2025
5 docker pull icr.io/ibmz/perl@sha256:3b6e07afaec0cde6896487b044f2ba003225376c0df1461883b990e679269c3d Vulnerability Report01-02-2025
5-bullseye docker pull icr.io/ibmz/perl@sha256:289014f1c7eaa889dc46a791689bda87de7db5f9a28f69197257760f6a9822e4 Vulnerability Report01-02-2025
Version Pull String Security (IBM Cloud) Created

Usage Notes

For many simple, single file projects, you may find it inconvenient to write a complete Dockerfile. In such cases, you can run a Perl script by using the Perl Docker image directly:

docker run -it --rm --name my-running-script -v {docker_volume}/path/to/myapp:/usr/src/myapp -w /usr/src/myapp \
        icr.io/ibmz/perl:[version] perl your-script.pl