Skip to content

Commit

Permalink
.github/workflows: use darccio/kafka instead of wurstmeister/kafka
Browse files Browse the repository at this point in the history
The old image has been unpublished in Docker Hub.
  • Loading branch information
darccio committed May 8, 2024
1 parent cf537fd commit b6005af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
ports:
- 2181:2181
kafka:
image: wurstmeister/kafka:2.13-2.8.1
image: darccio/kafka:2.13-2.8.1
env:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://localhost:9092
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
ports:
- "2181:2181"
kafka2:
image: wurstmeister/kafka:2.13-2.8.1
image: darccio/kafka:2.13-2.8.1
environment:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://localhost:9092
Expand Down

0 comments on commit b6005af

Please sign in to comment.