Try some other way for image compatibility #2

This commit is contained in:
Artem Bilan
2022-05-17 15:30:21 -04:00
parent 0321167eae
commit 8e2a00a652

View File

@@ -44,7 +44,7 @@ public interface LocalstackContainerTest {
LocalStackContainer localStack =
new LocalStackContainer(
DockerImageName.parse(TestUtils.dockerRegistryFromEnv() + "localstack/localstack:0.14.2")
.asCompatibleSubstituteFor("localstack/localstack"))
.asCompatibleSubstituteFor("localstack"))
.withServices(
LocalStackContainer.Service.DYNAMODB,
LocalStackContainer.Service.KINESIS,