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:d1a417a160938f2add820e7342bdcd410d3d57fef1ffd7a217897f3a717a0f17 Vulnerability Report10-04-2024
5-bullseye docker pull icr.io/ibmz/perl@sha256:c9f9f4f5bffa8a5a505c06eded2c2972fa15cd30cf6339538fd2df52eb7d4756 Vulnerability Report10-04-2024
5.36-bullseye docker pull icr.io/ibmz/perl@sha256:361658eaef585a23232d2066dc89f6bec792b2a4b201f94cc1b8884d702ad4f5 Vulnerability Report10-04-2024
5 docker pull icr.io/ibmz/perl@sha256:2d65e7b4c0fae63154ea8c08d563bd61b10063fb76759cb1879507a8e91b87e2 Vulnerability Report10-04-2024
5.34.0 docker pull icr.io/ibmz/perl@sha256:0b731618440dc0296b7178a09c4b667aa18f5bb16de963d2c65a686183438e46 Vulnerability Report10-04-2024
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