Skip to content

Commit dc6839b

Browse files
chore(deps): update confluentinc/cp-kafka docker tag to v8
1 parent 554f045 commit dc6839b

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
@@ -163,7 +163,7 @@ jobs:
163163
ZOOKEEPER_CLIENT_PORT: 2181
164164
ZOOKEEPER_TICK_TIME: 2000
165165
kafka:
166-
image: confluentinc/cp-kafka:7.9.5@sha256:c4c6b755551da17fff056b9c8b39700f99020083bd2d69a171ece4784f33e640
166+
image: confluentinc/cp-kafka:8.1.1@sha256:d20bd62f01826c454e88530efc6d73654cb4697182f37206742b96c7b947236e
167167
ports:
168168
- 9092:9092
169169
- 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:7.9.5@sha256:c4c6b755551da17fff056b9c8b39700f99020083bd2d69a171ece4784f33e640
229+
image: confluentinc/cp-kafka:8.1.1@sha256:d20bd62f01826c454e88530efc6d73654cb4697182f37206742b96c7b947236e
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:7.9.5@sha256:c4c6b755551da17fff056b9c8b39700f99020083bd2d69a171ece4784f33e640
13+
image: confluentinc/cp-kafka:8.1.1@sha256:d20bd62f01826c454e88530efc6d73654cb4697182f37206742b96c7b947236e
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:7.9.5@sha256:c4c6b755551da17fff056b9c8b39700f99020083bd2d69a171ece4784f33e640
18+
image: confluentinc/cp-kafka:8.1.1@sha256:d20bd62f01826c454e88530efc6d73654cb4697182f37206742b96c7b947236e
1919
ports:
2020
- "9092:9092"
2121
- "29092:29092"

0 commit comments

Comments
 (0)