Skip to content

Commit a2bd32a

Browse files
committed
Switch localstack container to s3-community-archive
1 parent 5d49183 commit a2bd32a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/folio/s3/client/FolioS3ClientSubPathTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public static FolioS3Client getMinioClient() {
6565

6666
@BeforeAll
6767
public static void setUp() {
68-
DockerImageName localstackImage = DockerImageName.parse("localstack/localstack:3.3.0");
68+
DockerImageName localstackImage = DockerImageName.parse("localstack/localstack:s3-community-archive");
6969

7070
localstack = new LocalStackContainer(localstackImage)
7171
.withStartupTimeout(Duration.of(1, MINUTES))

src/test/java/org/folio/s3/client/FolioS3ClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static FolioS3Client getMinioClient() {
9090
@BeforeAll
9191
public static void setUp() {
9292

93-
DockerImageName localstackImage = DockerImageName.parse("localstack/localstack:s3-latest");
93+
DockerImageName localstackImage = DockerImageName.parse("localstack/localstack:s3-community-archive");
9494

9595
localstack = new LocalStackContainer(localstackImage)
9696
.withStartupTimeout(Duration.of(1, MINUTES))

0 commit comments

Comments
 (0)