Skip to content

Commit

Permalink
Fix test010 docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
ssingudasu committed Jun 13, 2024
1 parent 1fd5669 commit 1e3aec3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
ALLOW_ANONYMOUS_LOGIN: yes

kafka1:
image: bitnami/kafka:0.10.2.1
image: bitnami/kafka:0.10.2-1-r3
ports:
- "9092:9092"
env:
Expand All @@ -71,7 +71,7 @@ jobs:
KAFKA_ADVERTISED_PORT: 9092

kafka2:
image: bitnami/kafka:0.10.2.1
image: bitnami/kafka:0.10.2-1-r3
ports:
- "9093:9092"
env:
Expand All @@ -83,7 +83,7 @@ jobs:
KAFKA_ADVERTISED_PORT: 9092

kafka3:
image: bitnami/kafka:0.10.2.1
image: bitnami/kafka:0.10.2-1-r3
ports:
- "9094:9092"
env:
Expand All @@ -95,7 +95,7 @@ jobs:
KAFKA_ADVERTISED_PORT: 9092

kafka4:
image: bitnami/kafka:0.10.2.1
image: bitnami/kafka:0.10.2-1-r3
ports:
- "9095:9092"
env:
Expand All @@ -107,7 +107,7 @@ jobs:
KAFKA_ADVERTISED_PORT: 9092

kafka5:
image: bitnami/kafka:0.10.2.1
image: bitnami/kafka:0.10.2-1-r3
ports:
- "9096:9092"
env:
Expand All @@ -119,7 +119,7 @@ jobs:
KAFKA_ADVERTISED_PORT: 9092

kafka6:
image: bitnami/kafka:0.10.2.1
image: bitnami/kafka:0.10.2-1-r3
ports:
- "9097:9092"
env:
Expand Down

0 comments on commit 1e3aec3

Please sign in to comment.