User Story
As an OpenShift engineer
I need tests to use images that support multiple architectures
And mirror these images into the CI environment
So that CI tests can run across multiple architectures
Acceptance Criteria
- Replace registry.svc.ci.openshift.org/ocp/4.7:test-build-roots2i in Origin build tests with quay.io/multi-arch/test-build-roots2i:ubi8
- Prove that we can use quay.io/multi-arch/test-build-roots2i:ubi8 image in our test suite (passes when run locally)
- Replace registry.svc.ci.openshift.org/ocp/4.7:test-build-roots2i with quay.io/multi-arch/test-build-roots2i:ubi8 in https://github.com/openshift/origin/blob/master/test/extended/util/image/image.go, submit PR to have this image mirrored.
Docs Impact
None.
Notes
See https://github.com/openshift/build-test-images/pull/7 for the image to add.
Process for adding images: https://github.com/openshift/origin/tree/master/test/extended/util/image