From f0442b9aa392ba1773e8f37ed408cb875ecde9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Pupier?= Date: Mon, 23 Mar 2026 15:30:39 +0100 Subject: [PATCH] Pin localstack container version to latest freely available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../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 6625787efb3ab..52affe0a48096 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