Skip to content

Commit

Permalink
Update tox.ini to pin kafka image
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed May 14, 2023
1 parent 3a26482 commit defd50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ healthcheck_start_period = 5
environment = ALLOW_ANONYMOUS_LOGIN=yes

[docker:kafka]
image = bitnami/kafka:latest
image = bitnami/kafka:3.4.0-debian-11-r21
ports =
9092:9092/tcp
healthcheck_cmd = /bin/bash -c 'kafka-topics.sh --list --bootstrap-server 127.0.0.1:9092'
Expand Down

0 comments on commit defd50f

Please sign in to comment.