-
Story
-
Resolution: Done
-
Blocker
-
None
-
0
-
False
-
None
-
False
-
-
-
3
-
Pipelines Sprint 245, Pipelines Sprint 246
Story (Required)
The image tests are failing because of the below and we to set up a new image for the same
The image source test collects all image pull events on the testing cluster, starting from the operator's deployment on the cluster until the end of testing. Container images used by the operator must be referenced by digests and must be available from one of the following registries: registry.redhat.io registry.access.redhat.com Image pulls detected after operator installation: [PASS] registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:de5b235af82ac00642a189a9d9c6cf9f3661cc2f66682062dda936d9b636a966 [PASS] registry.redhat.io/openshift-pipelines/pipelines-rhel8-operator@sha256:de5b235af82ac00642a189a9d9c6cf9f3661cc2f66682062dda936d9b636a966 [PASS] registry.redhat.io/openshift-pipelines/pipelines-operator-webhook-rhel8@sha256:176cdda579160421c8c36bdd6790a4419f7e21a194da9d45db022eb3730265a8 [FAIL] gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/events:v0.49.0@sha256:968999c9f4ba1003725a9455f9a3a2cba36766768e4f1ee40010fafa765f450d (registry not allowed)(tags not permitted) [PASS] registry.redhat.io/openshift-pipelines/pipelines-operator-proxy-rhel8@sha256:6ee5103f1fe93ae2f559878c5dbeccf2ac5334d9cfc370eb1c060cd808f78e4c [PASS] registry.redhat.io/openshift-pipelines/pipelines-controller-rhel8@sha256:5d9f80db31c9ec9533f4571b5a26363f05557cff903c5577eb0237b6da96fba2 [PASS] registry.redhat.io/openshift-pipelines/pipelines-resolvers-rhel8@sha256:338bfe00ba52763c225fc475ad4291cf925061212a123681ac5bba62bf1b6669 [PASS] registry.redhat.io/openshift-pipelines/pipelines-webhook-rhel8@sha256:3b4d4d8031630b8cb0ac2d7b97d1a58b8bde6739788a58dd12423ffaed1a37dc The operator image source test failed. One or more container images: * Is from an incorrect registry * Is using a tag when tags are not permitted * Is not in a valid format See the above test results for details. If one or more images are unexpected or are incorrectly formatted, check the operator source code for any hardcoded image references or similar constructs.
we need an image follow this document https://www.notion.so/pipelines/Adding-a-new-component-image-to-our-operator-f02e69ae147841048c65a6adb6767933
This should be done in https://gitlab.cee.redhat.com/tekton/p12n/-/tree/pipelines-5.0-rhel-8/ - 5.0.5 branch