This is an automated email from the ASF dual-hosted git repository.
Croway 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 238c84a50864 Use Floci instead of LocalStack
238c84a50864 is described below
commit 238c84a508648c85a7e8b65da1612d90f6514449
Author: Croway <[email protected]>
AuthorDate: Thu May 21 10:32:13 2026 +0200
Use Floci instead of LocalStack
---
.../org/apache/camel/test/infra/aws2/services/container.properties | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-aws-v2/src/main/resources/org/apache/camel/test/infra/aws2/services/container.properties
b/test-infra/camel-test-infra-aws-v2/src/main/resources/org/apache/camel/test/infra/aws2/services/container.properties
index 52affe0a4809..f249fa3b1978 100644
---
a/test-infra/camel-test-infra-aws-v2/src/main/resources/org/apache/camel/test/infra/aws2/services/container.properties
+++
b/test-infra/camel-test-infra-aws-v2/src/main/resources/org/apache/camel/test/infra/aws2/services/container.properties
@@ -15,5 +15,7 @@
## limitations under the License.
## ---------------------------------------------------------------------------
-aws.container=mirror.gcr.io/localstack/localstack:community-archive
+aws.container=mirror.gcr.io/floci/floci:1.5.18
+aws.container.ppc64le=mirror.gcr.io/localstack/localstack:community-archive
+aws.container.s390x=mirror.gcr.io/localstack/localstack:community-archive
aws.container.version.exclude=amd64,arm64,ppc64le,s390x,x86_64,latest,stable