File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ sw-python = 'skywalking.bootstrap.cli.sw_python:start'
7272python = " >=3.8, <=3.13"
7373grpcio = ' *'
7474grpcio-tools = ' *'
75- packaging = ' * '
75+ packaging = " ^25.0 "
7676wrapt = ' *'
7777psutil = ' <=5.9.5'
7878requests = { version = " >=2.26.0" , optional = true }
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ services:
120120
121121 # Using bitnami/kafka:3.5.1-debian-11-r3 image
122122 broker-a :
123- image : docker.io/bitnami /kafka@sha256:e28e91f169403cf56ec04622ff0a8d7b2f0713717cedf3313dd5ab9d3189d0da
123+ image : docker.io/bitnamilegacy /kafka@sha256:e28e91f169403cf56ec04622ff0a8d7b2f0713717cedf3313dd5ab9d3189d0da
124124 hostname : broker-a
125125 expose :
126126 - 9092
@@ -140,7 +140,7 @@ services:
140140
141141 # Using bitnami/kafka:3.5.1-debian-11-r3 image
142142 broker-b :
143- image : docker.io/bitnami /kafka@sha256:e28e91f169403cf56ec04622ff0a8d7b2f0713717cedf3313dd5ab9d3189d0da
143+ image : docker.io/bitnamilegacy /kafka@sha256:e28e91f169403cf56ec04622ff0a8d7b2f0713717cedf3313dd5ab9d3189d0da
144144 hostname : broker-b
145145 expose :
146146 - 9092
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
3737 retries : 120
3838
3939 kafka-server :
40- image : bitnami /kafka:2.1.1
40+ image : bitnamilegacy /kafka:2.1.1
4141 hostname : kafka-server
4242 ports :
4343 - 9092:9092
You can’t perform that action at this time.
0 commit comments