Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update localstack/localstack Docker tag to v4.3.0 #456

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -48,7 +48,7 @@ public abstract class AbstractIntegrationTest {
.withPassword("s3cret");

static LocalStackContainer localStack =
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.1.1"))
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.3.0"))
.withServices(SQS);

// can be removed with version 0.12.17 as LocalStack now has multi-region support
2 changes: 1 addition & 1 deletion src/test/java/de/rieckpil/courses/ApplicationIT.java
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ class ApplicationIT {

@Container
static LocalStackContainer localStack =
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.1.1"))
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.3.0"))
.withServices(SQS);

// can be removed with version 0.12.17 as LocalStack now has multi-region support
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ class BookSynchronizationListenerIT {
.withPassword("s3cret");

static LocalStackContainer localStack =
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.1.1"))
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.3.0"))
.withServices(SQS);
// can be removed with version 0.12.17 as LocalStack now has multi-region support
// https://docs.localstack.cloud/localstack/configuration/#deprecated
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ class BookSynchronizationListenerSliceNewTest {

@Container
static LocalStackContainer localStack =
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.1.1"))
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.3.0"))
.withServices(LocalStackContainer.Service.SQS)
.withLogConsumer(new Slf4jLogConsumer(LOG));

Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ class BookSynchronizationListenerSliceTest {

@Container
static LocalStackContainer localStack =
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.1.1"))
new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.3.0"))
.withServices(LocalStackContainer.Service.SQS)
// can be removed with version 0.12.17 as LocalStack now has multi-region support
// https://docs.localstack.cloud/localstack/configuration/#deprecated