You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by fm...@apache.org on 2024/01/25 12:46:30 UTC

(camel-spring-boot) 17/40: Make test compliant with quay mirroring

This is an automated email from the ASF dual-hosted git repository.

fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 27f63e754faaf168c7dcecb7690a81f90ffd30ac
Author: Marco Carletti <mc...@redhat.com>
AuthorDate: Wed Oct 4 09:57:34 2023 +0200

    Make test compliant with quay mirroring
---
 .../camel/component/mongodb/integration/MongoDbFindOperationIT.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-mongodb-starter/src/test/java/org/apache/camel/component/mongodb/integration/MongoDbFindOperationIT.java b/components-starter/camel-mongodb-starter/src/test/java/org/apache/camel/component/mongodb/integration/MongoDbFindOperationIT.java
index 89e037d1c31..bcb21ea8f50 100644
--- a/components-starter/camel-mongodb-starter/src/test/java/org/apache/camel/component/mongodb/integration/MongoDbFindOperationIT.java
+++ b/components-starter/camel-mongodb-starter/src/test/java/org/apache/camel/component/mongodb/integration/MongoDbFindOperationIT.java
@@ -92,7 +92,7 @@ public class MongoDbFindOperationIT {
 	static {
 		// This one requires Mongo 4.4. This is related to
 		// "CAMEL-15604 support allowDiskUse for MongoDB find operations"
-		service = new MongoDBLocalContainerService("mongo:4.4");
+		service = new MongoDBLocalContainerService("library/mongo:4.4");
 
 		service.getContainer()
 				.waitingFor(Wait.forListeningPort())