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 cf2bb0abbd5d Pin localstack container version to latest freely
available
cf2bb0abbd5d is described below
commit cf2bb0abbd5def4e13ff062a0816ba548d92bc6d
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Mar 23 15:30:39 2026 +0100
Pin localstack container version to latest freely available
the stable one now requires an authentication; All new version will
require authentication. See
https://issues.apache.org/jira/browse/CAMEL-23233
Signed-off-by: Aurélien Pupier <[email protected]>
---
.../org/apache/camel/test/infra/aws2/services/container.properties | 2 +-
1 file changed, 1 insertion(+), 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 6625787efb3a..52affe0a4809 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,5 @@
## limitations under the License.
## ---------------------------------------------------------------------------
-aws.container=mirror.gcr.io/localstack/localstack:stable
+aws.container=mirror.gcr.io/localstack/localstack:community-archive
aws.container.version.exclude=amd64,arm64,ppc64le,s390x,x86_64,latest,stable