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:d2cd0b00366519ad4aebae88591fab54faf67cc619034fa435730bac3a45c8ca Vulnerability Report10-29-2024
5.36-bullseye docker pull icr.io/ibmz/perl@sha256:b70a582ff7f1fcd828eff11f4070fd55ab25f21dabc9f1d637170a944e537088 Vulnerability Report10-29-2024
5.34.0 docker pull icr.io/ibmz/perl@sha256:9073d5a167dcbf114511fe21fbc9d39c218efc91633463ecd6ddb96624a9dcf5 Vulnerability Report10-29-2024
5-bullseye docker pull icr.io/ibmz/perl@sha256:2c22609af2e1453dde7c607a1c06607d4d65106186aa8ea45c7ce296ae6d9f9a Vulnerability Report10-29-2024
5 docker pull icr.io/ibmz/perl@sha256:1988e22ea5de5e753853fed4736a450d61d0436183efe5900d4e84ae303f42c5 Vulnerability Report10-29-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