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.34.0 docker pull icr.io/ibmz/perl@sha256:dbb954197d2bac94cc6cce941258dc0e3520eaf5d6434a044f8ffdccea97c11f Vulnerability Report04-30-2024
5.36-bullseye docker pull icr.io/ibmz/perl@sha256:c3d4cc6fbe4022ed719f1e46d8ef241e43c5aca19c1af3cf5510a0b93acd4845 Vulnerability Report04-30-2024
5.36.0-bullseye docker pull icr.io/ibmz/perl@sha256:c21e4cb1fc8594f6c49dac0153fd09589d58a88a7b56cab88de7d464c34fca65 Vulnerability Report04-30-2024
5 docker pull icr.io/ibmz/perl@sha256:76fe84f7bbe1feee481d3f51b6e117412fcb7c1e760fb9721fda55f7f931e50e Vulnerability Report04-30-2024
5-bullseye docker pull icr.io/ibmz/perl@sha256:68c295d897fc54eac17de31848e145f6642d594398851d99f470389ca1fe1f28 Vulnerability Report04-30-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