You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/compose/cluster-sr-auth.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ version: '2'
3
3
services:
4
4
5
5
kafka1:
6
-
image: confluentinc/cp-kafka:7.2.1
6
+
image: confluentinc/cp-kafka:7.8.0
7
7
hostname: kafka1
8
8
container_name: kafka1
9
9
ports:
@@ -31,7 +31,7 @@ services:
31
31
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
Copy file name to clipboardExpand all lines: documentation/compose/kafbat-ui.yaml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ services:
27
27
DYNAMIC_CONFIG_ENABLED: 'true'
28
28
29
29
kafka0:
30
-
image: confluentinc/cp-kafka:7.2.1
30
+
image: confluentinc/cp-kafka:7.8.0
31
31
hostname: kafka0
32
32
container_name: kafka0
33
33
ports:
@@ -55,7 +55,7 @@ services:
55
55
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
56
56
57
57
kafka1:
58
-
image: confluentinc/cp-kafka:7.2.1
58
+
image: confluentinc/cp-kafka:7.8.0
59
59
hostname: kafka1
60
60
container_name: kafka1
61
61
ports:
@@ -83,7 +83,7 @@ services:
83
83
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
Copy file name to clipboardExpand all lines: documentation/compose/kafka-ssl-components.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ services:
39
39
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
40
40
41
41
kafka0:
42
-
image: confluentinc/cp-kafka:7.2.1
42
+
image: confluentinc/cp-kafka:7.8.0
43
43
hostname: kafka0
44
44
container_name: kafka0
45
45
ports:
@@ -80,7 +80,7 @@ services:
80
80
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
command: 'bash -c ''if [ ! -f /tmp/update_run.sh ]; then echo "ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'''
Copy file name to clipboardExpand all lines: documentation/compose/ui-ldap.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ services:
34
34
- 10389:10389
35
35
36
36
kafka0:
37
-
image: confluentinc/cp-kafka:7.2.1
37
+
image: confluentinc/cp-kafka:7.8.0
38
38
hostname: kafka0
39
39
container_name: kafka0
40
40
ports:
@@ -63,7 +63,7 @@ services:
63
63
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
0 commit comments