mirror of https://github.com/celery/kombu.git
Update tox.ini to pin kafka image
This commit is contained in:
parent
3a2648207d
commit
defd50f7f2
2
tox.ini
2
tox.ini
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue