s2i-perl-container icon indicating copy to clipboard operation
s2i-perl-container copied to clipboard

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 R...

Results 3 s2i-perl-container issues
Sort by recently updated
recently updated
newest added

s2i image has $APP_ROOT environment variable, but in code there are many hardcoded variables

I have script begins with: `#!/usr/bin/perl use strict; use warnings; use Math::Round; use utf8; use XML::LibXML::Reader; ` cpanfile file: `requires 'Math::Round', '== 0.06'; requires 'XML::LibXML::Reader', '== 2.0132';` Both located in...

The image should be generally flexible, which means it should be easy to extend the functionality of the image by end users. A common thing that the end users need...