Skip to content

Commit 585f8ad

Browse files
authored
chore: do not use latest cp-kafka image (#1565)
1 parent 6703511 commit 585f8ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
ZOOKEEPER_CLIENT_PORT: 2181
158158
ZOOKEEPER_TICK_TIME: 2000
159159
kafka:
160-
image: confluentinc/cp-kafka:latest
160+
image: confluentinc/cp-kafka:7.9.1
161161
ports:
162162
- 9092:9092
163163
- 29092:29092

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ services:
226226
ZOOKEEPER_TICK_TIME: 2000
227227

228228
kafka:
229-
image: confluentinc/cp-kafka:latest
229+
image: confluentinc/cp-kafka:7.9.1
230230
ports:
231231
- "9092:9092"
232232
- "29092:29092"

instrumentation/ruby_kafka/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
ZOOKEEPER_TICK_TIME: 2000
1111

1212
kafka:
13-
image: confluentinc/cp-kafka:latest
13+
image: confluentinc/cp-kafka:7.9.1
1414
ports:
1515
- "9092:9092"
1616
- "29092:29092"

instrumentation/ruby_kafka/example/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
ZOOKEEPER_CLIENT_PORT: 2181
1616
ZOOKEEPER_TICK_TIME: 2000
1717
kafka:
18-
image: confluentinc/cp-kafka:latest
18+
image: confluentinc/cp-kafka:7.9.1
1919
ports:
2020
- "9092:9092"
2121
- "29092:29092"

0 commit comments

Comments
 (0)