Skip to content

Commit 414e4f6

Browse files
committed
switch to bitnami legacy images
1 parent 605c694 commit 414e4f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jmx-metrics/src/integrationTest/java/io/opentelemetry/contrib/jmxmetrics/target_systems/KafkaIntegrationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public Set<Startable> getDependencies() {
8080
};
8181

8282
protected GenericContainer<?> kafkaProducerContainer() {
83-
return new GenericContainer<>("bitnami/kafka:2.8.1")
83+
return new GenericContainer<>("bitnamilegacy/kafka:2.8.1")
8484
.withNetwork(Network.SHARED)
8585
.withEnv("KAFKA_CFG_ZOOKEEPER_CONNECT", "zookeeper:2181")
8686
.withEnv("ALLOW_PLAINTEXT_LISTENER", "yes")
@@ -207,7 +207,7 @@ static class KafkaConsumerIntegrationTest extends KafkaIntegrationTest {
207207

208208
@Container
209209
GenericContainer<?> consumer =
210-
new GenericContainer<>("bitnami/kafka:2.8.1")
210+
new GenericContainer<>("bitnamilegacy/kafka:2.8.1")
211211
.withNetwork(Network.SHARED)
212212
.withEnv("KAFKA_CFG_ZOOKEEPER_CONNECT", "zookeeper:2181")
213213
.withEnv("ALLOW_PLAINTEXT_LISTENER", "yes")

0 commit comments

Comments
 (0)