sclorg / s2i-perl-container

Perl container images based on Red Hat Software Collections and intended for OpenShift and general usage, that provide a platform for building and running Perl applications. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
16 stars 56 forks source link

Enable testing Perl 5.36 #269

Closed jplesnik closed 1 year ago

zmiklank commented 1 year ago

Do not we want to add perl 5.36 also to build and push action?

phracek commented 1 year ago

Do not we want to add perl 5.36 also to build and push action?

Definitely not. quay.io/fedora/perl-536 does not exist yet and the directory is as well. I guess, build-and-push-action will fail in this case.

phracek commented 1 year ago

Adding new version to container mean, that build-and-push-action is modified as well.

zmiklank commented 1 year ago

Yes, it will be failing until the version is added, but this is standard practice. The python container does it in this moment too. It does not really matter though if you'll remember to add it later.