Skip to content

Commit

Permalink
Use Pulsar 3.3.4 in PulsarTestContainerSupport
Browse files Browse the repository at this point in the history
This sets the image tag from `latest` to `3.3.4` in order
to ensure the default tag matches up w/ the version of
Pulsar supported by Spring for Apache Pulsar.

See #1014
  • Loading branch information
onobc committed Jan 21, 2025
1 parent 5cac6cf commit 2763bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface PulsarTestContainerSupport {
PulsarContainer PULSAR_CONTAINER = new PulsarContainer(getPulsarImage());

static DockerImageName getPulsarImage() {
return DockerImageName.parse("apachepulsar/pulsar:latest");
return DockerImageName.parse("apachepulsar/pulsar:3.3.4");
}

@BeforeAll
Expand Down

0 comments on commit 2763bc3

Please sign in to comment.