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
commit f01d41a5c824895f622528ac7d4e589f7b4d0f32 Author: Mujahid Dandoti <[email protected]> AuthorDate: Thu Jul 30 16:05:39 2026 +0530 CAMEL-23677: Add s390x container image configuration for Artemis --- .../org/apache/camel/test/infra/artemis/services/container.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/test-infra/camel-test-infra-artemis/src/main/resources/org/apache/camel/test/infra/artemis/services/container.properties b/test-infra/camel-test-infra-artemis/src/main/resources/org/apache/camel/test/infra/artemis/services/container.properties index a27dbedd5e77..3b03d73b0ea1 100644 --- a/test-infra/camel-test-infra-artemis/src/main/resources/org/apache/camel/test/infra/artemis/services/container.properties +++ b/test-infra/camel-test-infra-artemis/src/main/resources/org/apache/camel/test/infra/artemis/services/container.properties @@ -16,4 +16,5 @@ ## --------------------------------------------------------------------------- artemis.container=quay.io/artemiscloud/activemq-artemis-broker:latest artemis.container.ppc64le=icr.io/ppc64le-oss/activemq-artemis-broker-ppc64le:2.0.2 +artemis.container.s390x=icr.io/s390x-oss/activemq-artemis-broker-s390x:2.0.2 artemis.container.version.exclude=dev,latest
