This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new fe36ad23e540 Use mirror for pgvector test container image
fe36ad23e540 is described below
commit fe36ad23e54050778e3f08582b8ff49e86f8fe8a
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Apr 13 11:25:40 2026 +0200
Use mirror for pgvector test container image
this new image was introduced with
https://github.com/apache/camel/pull/22207
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../org/apache/camel/test/infra/postgres/services/container.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties
b/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties
index 3770abfa4b5a..a94051c5c811 100644
---
a/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties
+++
b/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties
@@ -17,4 +17,4 @@
postgres.container=mirror.gcr.io/postgres:17.9-alpine
postgres.container.version.include=alpine
postgres.container.version.freeze.major=true
-postgres.vector.container=pgvector/pgvector:pg18
+postgres.vector.container=mirror.gcr.io/pgvector/pgvector:pg18