Skip to content

Commit c1f4424

Browse files
authored
Docs: Update confluent version in the examples (#772)
1 parent 2b3abd2 commit c1f4424

13 files changed

+29
-29
lines changed

documentation/compose/auth-context.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
SPRING_SECURITY_USER_PASSWORD: pass
2020

2121
kafka:
22-
image: confluentinc/cp-kafka:7.2.1
22+
image: confluentinc/cp-kafka:7.8.0
2323
hostname: kafka
2424
container_name: kafka
2525
ports:

documentation/compose/cluster-sr-auth.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44

55
kafka1:
6-
image: confluentinc/cp-kafka:7.2.1
6+
image: confluentinc/cp-kafka:7.8.0
77
hostname: kafka1
88
container_name: kafka1
99
ports:
@@ -31,7 +31,7 @@ services:
3131
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'"
3232

3333
schemaregistry1:
34-
image: confluentinc/cp-schema-registry:7.2.1
34+
image: confluentinc/cp-schema-registry:7.8.0
3535
ports:
3636
- 18085:8085
3737
depends_on:
@@ -55,7 +55,7 @@ services:
5555
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
5656

5757
kafka-init-topics:
58-
image: confluentinc/cp-kafka:7.2.1
58+
image: confluentinc/cp-kafka:7.8.0
5959
volumes:
6060
- ./data/message.json:/data/message.json
6161
depends_on:

documentation/compose/kafbat-ui.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
DYNAMIC_CONFIG_ENABLED: 'true'
2828

2929
kafka0:
30-
image: confluentinc/cp-kafka:7.2.1
30+
image: confluentinc/cp-kafka:7.8.0
3131
hostname: kafka0
3232
container_name: kafka0
3333
ports:
@@ -55,7 +55,7 @@ services:
5555
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'"
5656

5757
kafka1:
58-
image: confluentinc/cp-kafka:7.2.1
58+
image: confluentinc/cp-kafka:7.8.0
5959
hostname: kafka1
6060
container_name: kafka1
6161
ports:
@@ -83,7 +83,7 @@ services:
8383
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'"
8484

8585
schemaregistry0:
86-
image: confluentinc/cp-schema-registry:7.2.1
86+
image: confluentinc/cp-schema-registry:7.8.0
8787
ports:
8888
- 8085:8085
8989
depends_on:
@@ -99,7 +99,7 @@ services:
9999
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
100100

101101
schemaregistry1:
102-
image: confluentinc/cp-schema-registry:7.2.1
102+
image: confluentinc/cp-schema-registry:7.8.0
103103
ports:
104104
- 18085:8085
105105
depends_on:
@@ -115,7 +115,7 @@ services:
115115
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
116116

117117
kafka-connect0:
118-
image: confluentinc/cp-kafka-connect:7.2.1
118+
image: confluentinc/cp-kafka-connect:7.8.0
119119
ports:
120120
- 8083:8083
121121
depends_on:
@@ -140,7 +140,7 @@ services:
140140
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
141141

142142
kafka-init-topics:
143-
image: confluentinc/cp-kafka:7.2.1
143+
image: confluentinc/cp-kafka:7.8.0
144144
volumes:
145145
- ./data/message.json:/data/message.json
146146
depends_on:

documentation/compose/kafka-ssl-components.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
4040

4141
kafka0:
42-
image: confluentinc/cp-kafka:7.2.1
42+
image: confluentinc/cp-kafka:7.8.0
4343
hostname: kafka0
4444
container_name: kafka0
4545
ports:
@@ -80,7 +80,7 @@ services:
8080
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'"
8181

8282
schemaregistry0:
83-
image: confluentinc/cp-schema-registry:7.2.1
83+
image: confluentinc/cp-schema-registry:7.8.0
8484
depends_on:
8585
- kafka0
8686
environment:
@@ -111,7 +111,7 @@ services:
111111
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
112112

113113
kafka-connect0:
114-
image: confluentinc/cp-kafka-connect:7.2.1
114+
image: confluentinc/cp-kafka-connect:7.8.0
115115
ports:
116116
- 8083:8083
117117
depends_on:

documentation/compose/kafka-ssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
2323

2424
kafka:
25-
image: confluentinc/cp-kafka:7.2.1
25+
image: confluentinc/cp-kafka:7.8.0
2626
hostname: kafka
2727
container_name: kafka
2828
ports:

documentation/compose/kafka-zookeeper.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44

55
zookeeper:
6-
image: confluentinc/cp-zookeeper:7.2.1
6+
image: confluentinc/cp-zookeeper:7.8.0
77
hostname: zookeeper
88
container_name: zookeeper
99
ports:
@@ -13,7 +13,7 @@ services:
1313
ZOOKEEPER_TICK_TIME: 2000
1414

1515
kafka:
16-
image: confluentinc/cp-server:7.2.1
16+
image: confluentinc/cp-server:7.8.0
1717
hostname: kafka
1818
container_name: kafka
1919
depends_on:
@@ -36,7 +36,7 @@ services:
3636
KAFKA_JMX_HOSTNAME: kafka
3737

3838
kafka-init-topics:
39-
image: confluentinc/cp-kafka:7.2.1
39+
image: confluentinc/cp-kafka:7.8.0
4040
volumes:
4141
- ./data/message.json:/data/message.json
4242
depends_on:

documentation/compose/ui-acl-with-zk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- 2181:2181
2828

2929
kafka:
30-
image: confluentinc/cp-kafka:7.2.1
30+
image: confluentinc/cp-kafka:7.8.0
3131
hostname: kafka
3232
container_name: kafka
3333
ports:

documentation/compose/ui-connectors-auth.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
KAFKA_CLUSTERS_0_KAFKACONNECT_0_PASSWORD: admin-secret
2222

2323
kafka0:
24-
image: confluentinc/cp-kafka:7.2.1
24+
image: confluentinc/cp-kafka:7.8.0
2525
hostname: kafka0
2626
container_name: kafka0
2727
ports:
@@ -50,7 +50,7 @@ services:
5050
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'''
5151

5252
schemaregistry0:
53-
image: confluentinc/cp-schema-registry:7.2.1
53+
image: confluentinc/cp-schema-registry:7.8.0
5454
ports:
5555
- 8085:8085
5656
depends_on:
@@ -69,7 +69,7 @@ services:
6969
build:
7070
context: ./kafka-connect
7171
args:
72-
image: confluentinc/cp-kafka-connect:7.2.1
72+
image: confluentinc/cp-kafka-connect:7.8.0
7373
ports:
7474
- 8083:8083
7575
depends_on:
@@ -102,7 +102,7 @@ services:
102102
# AWS_SECRET_ACCESS_KEY: ""
103103

104104
kafka-init-topics:
105-
image: confluentinc/cp-kafka:7.2.1
105+
image: confluentinc/cp-kafka:7.8.0
106106
volumes:
107107
- ./data/message.json:/data/message.json
108108
depends_on:

documentation/compose/ui-jmx-secured.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
- ./jmx/clientkeystore:/jmx/clientkeystore
2828

2929
kafka0:
30-
image: confluentinc/cp-kafka:7.2.1
30+
image: confluentinc/cp-kafka:7.8.0
3131
hostname: kafka0
3232
container_name: kafka0
3333
ports:

documentation/compose/ui-ldap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- 10389:10389
3535

3636
kafka0:
37-
image: confluentinc/cp-kafka:7.2.1
37+
image: confluentinc/cp-kafka:7.8.0
3838
hostname: kafka0
3939
container_name: kafka0
4040
ports:
@@ -63,7 +63,7 @@ services:
6363
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'"
6464

6565
schemaregistry0:
66-
image: confluentinc/cp-schema-registry:7.2.1
66+
image: confluentinc/cp-schema-registry:7.8.0
6767
ports:
6868
- 8085:8085
6969
depends_on:

documentation/compose/ui-sasl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
DYNAMIC_CONFIG_ENABLED: true # not necessary for sasl auth, added for tests
1919

2020
kafka:
21-
image: confluentinc/cp-kafka:7.2.1
21+
image: confluentinc/cp-kafka:7.8.0
2222
hostname: kafka
2323
container_name: kafka
2424
ports:

documentation/compose/ui-serdes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
- ./proto:/protofiles
6969

7070
kafka0:
71-
image: confluentinc/cp-kafka:7.2.1
71+
image: confluentinc/cp-kafka:7.8.0
7272
hostname: kafka0
7373
container_name: kafka0
7474
ports:
@@ -97,7 +97,7 @@ services:
9797
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'"
9898

9999
schemaregistry0:
100-
image: confluentinc/cp-schema-registry:7.2.1
100+
image: confluentinc/cp-schema-registry:7.8.0
101101
ports:
102102
- 8085:8085
103103
depends_on:

documentation/compose/ui-with-jmx-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2'
33
services:
44

55
kafka0:
6-
image: confluentinc/cp-kafka:7.2.1
6+
image: confluentinc/cp-kafka:7.8.0
77
hostname: kafka0
88
container_name: kafka0
99
ports:

0 commit comments

Comments
 (0)