-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
4.18
-
None
Description of problem:
The example fails in the CI of the Samples Operator because it references a base image (perl:5.30-el7) that is no longer available in the OpenShift library. This needs to be fixed to unblock the release of the Samples Operator for OCP 4.17. There are essentially 2 ways to fix this: 1. Fix the Perl test template to reference a Perl image available in the OpenShift library. 2. Remove the test (which might be OK because the template seems to actually only be used in the tests).
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
Actual results:
Expected results:
Additional info:
The test breaks here: https://github.com/openshift/origin/blob/master/test/extended/image_ecosystem/s2i_perl.go#L78 and the line in the test template that specifies the outdated Perl image is here: https://github.com/openshift/origin/blob/master/test/extended/testdata/image_ecosystem/perl-hotdeploy/perl.json#L50
- duplicates
-
OCPBUGS-42191 Fix ImageEcosystem tests
- ON_QA
- is depended on by
-
SO-123 Samples Release Activities for OCP4.17
- Closed
- links to