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 ad161829dd1b Specify constraints when adding an integration test with 
a new container image in Agents.MD
ad161829dd1b is described below

commit ad161829dd1b56d4d995639e502cbe153d28ef10
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Mon Apr 13 11:35:59 2026 +0200

    Specify constraints when adding an integration test with a new container
    image in Agents.MD
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 AGENTS.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/AGENTS.md b/AGENTS.md
index c67b339ffe04..b60e80e69088 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -281,6 +281,11 @@ Parent folders needing registration:
 
 Without this, the build won't pick up your component for catalog/docs 
generation.
 
+## Adding Integration tests with new container image
+
+- Avoid using Docker Hub images, prefer to use Google `mirror.gcr.io` or Red 
Hat `quay.io` ones.
+- Verify that the container image is available for the tested architectures 
(currently `amd64`, `ppc64le` and `s390x`). Sometimes the image is provided in 
different registries such as `icr.io`. If not available, use `skipITs.ppc64le` 
and `skipITs.s390x` Maven properties to disable it.
+
 ## Commits
 
 ```

Reply via email to