Update tests using mongodb.image
to be able to consume arm64v8/mongo
#1146
Labels
arch/aarch64
Issues for 64bit ARM architecture.
priority/urgent
Issue that needs to be resolved by next RHBQ release.
Our nosql coverage uses bitnami/mongodb, which doesn't release multiarch container right now. This is problematic for testing nosql capabilities on OCP on ARM.
arm64v8/mongo
provides the container to run MongoDB on ARM, but the container is based onlibrary/mongo
rather than on bitnami container we use. Replacing the currently used container with thearm64v8/mongo
results in DB never reaching readiness.We should either replace our default mongodb container by the
library/mongo
or create some sort of glue that would enable us to use both. I'd be inclined to use the official image.The text was updated successfully, but these errors were encountered: