Skip to content

Commit bf1de9e

Browse files
Migrate Bitnami Zookeeper and Kafka Docker Images (opensearch-project#6210)
Broadcom discontinued support of non-secured Docker images used in the integration tests. They were moved to the bitnamilegacy repository. This PR changes the images accordingly. Eventually the images should be replaced by supported images as there is no further updates on the images. The images were not changed to avoid conflicts that might arise using other images. Signed-off-by: Karsten Schnitter <k.schnitter@sap.com>
1 parent bf397f3 commit bf1de9e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

data-prepper-plugins/kafka-plugins/src/integrationTest/resources/kafka/kraft/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: "2"
66

77
services:
88
kafka:
9-
image: docker.io/bitnami/kafka:3.5.1
9+
image: docker.io/bitnamilegacy/kafka:3.5.1
1010
ports:
1111
- "9092:9092"
1212
volumes:

data-prepper-plugins/kafka-plugins/src/integrationTest/resources/kafka/kraft/sasl-scram/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: "2"
66

77
services:
88
kafka:
9-
image: docker.io/bitnami/kafka:${KAFKA_VERSION}
9+
image: docker.io/bitnamilegacy/kafka:${KAFKA_VERSION}
1010
ports:
1111
- "9092:9092"
1212
environment:

data-prepper-plugins/kafka-plugins/src/integrationTest/resources/kafka/zookeeper/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ version: "2"
66

77
services:
88
zookeeper:
9-
image: docker.io/bitnami/zookeeper:3.9
9+
image: docker.io/bitnamilegacy/zookeeper:3.9
1010
ports:
1111
- "2181:2181"
1212
environment:
1313
- ALLOW_ANONYMOUS_LOGIN=yes
1414

1515
kafka:
16-
image: docker.io/bitnami/kafka:${KAFKA_VERSION}
16+
image: docker.io/bitnamilegacy/kafka:${KAFKA_VERSION}
1717
ports:
1818
- "9092:9092"
1919
environment:

data-prepper-plugins/kafka-plugins/src/integrationTest/resources/kafka/zookeeper/sasl-plaintext/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ version: "2"
66

77
services:
88
zookeeper:
9-
image: docker.io/bitnami/zookeeper:3.9
9+
image: docker.io/bitnamilegacy/zookeeper:3.9
1010
ports:
1111
- "2181:2181"
1212
environment:
1313
- ALLOW_ANONYMOUS_LOGIN=yes
1414

1515
kafka:
16-
image: docker.io/bitnami/kafka:${KAFKA_VERSION}
16+
image: docker.io/bitnamilegacy/kafka:${KAFKA_VERSION}
1717
ports:
1818
- "9092:9092"
1919
environment:

0 commit comments

Comments
 (0)