Revert YAML version updates

This commit is contained in:
Rene Leonhardt 2023-09-22 14:26:34 +02:00
parent 48915aa896
commit 132d1ae160
No known key found for this signature in database
GPG key ID: F3648D7E366BF1B4
18 changed files with 44 additions and 44 deletions

View file

@ -29,7 +29,7 @@ services:
KAFKA_CLUSTERS_0_KSQLDBSERVER: http://ksqldb:8088
kafka0:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka0
container_name: kafka0
healthcheck:
@ -63,7 +63,7 @@ services:
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'"
schemaregistry0:
image: confluentinc/cp-schema-registry:7.5.0
image: confluentinc/cp-schema-registry:7.2.1
ports:
- 8085:8085
depends_on:
@ -88,7 +88,7 @@ services:
build:
context: ./kafka-connect
args:
image: confluentinc/cp-kafka-connect:7.5.0
image: confluentinc/cp-kafka-connect:6.0.1
ports:
- 8083:8083
depends_on:
@ -122,7 +122,7 @@ services:
# AWS_SECRET_ACCESS_KEY: ""
kafka-init-topics:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
volumes:
- ./data/message.json:/data/message.json
depends_on:
@ -138,7 +138,7 @@ services:
build:
context: ./postgres
args:
image: library/postgres:16.0-alpine
image: postgres:9.6.22
ports:
- 5432:5432
healthcheck:
@ -162,7 +162,7 @@ services:
command: bash -c '/connectors/start.sh'
ksqldb:
image: confluentinc/ksqldb-server:0.29.0
image: confluentinc/ksqldb-server:0.18.0
healthcheck:
test: [ "CMD", "timeout", "1", "curl", "--silent", "--fail", "http://localhost:8088/info" ]
interval: 30s

View file

@ -3,7 +3,7 @@ version: '2'
services:
kafka1:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka1
container_name: kafka1
ports:
@ -31,7 +31,7 @@ services:
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'"
schemaregistry1:
image: confluentinc/cp-schema-registry:7.5.0
image: confluentinc/cp-schema-registry:7.2.1
ports:
- 18085:8085
depends_on:
@ -55,7 +55,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
kafka-init-topics:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
volumes:
- ./data/message.json:/data/message.json
depends_on:

View file

@ -39,7 +39,7 @@ services:
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
kafka0:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka0
container_name: kafka0
ports:
@ -80,7 +80,7 @@ services:
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'"
schemaregistry0:
image: confluentinc/cp-schema-registry:7.5.0
image: confluentinc/cp-schema-registry:7.2.1
depends_on:
- kafka0
environment:
@ -111,7 +111,7 @@ services:
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
kafka-connect0:
image: confluentinc/cp-kafka-connect:7.5.0
image: confluentinc/cp-kafka-connect:7.2.1
ports:
- 8083:8083
depends_on:

View file

@ -22,7 +22,7 @@ services:
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks
kafka:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka
container_name: kafka
ports:

View file

@ -27,7 +27,7 @@ services:
- 2181:2181
kafka:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka
container_name: kafka
ports:

View file

@ -24,7 +24,7 @@ services:
KAFKA_CLUSTERS_0_AUDIT_CONSOLEAUDITENABLED: 'true'
kafka0:
image: confluentinc/cp-kafka:7.5.0.arm64
image: confluentinc/cp-kafka:7.2.1.arm64
hostname: kafka0
container_name: kafka0
ports:
@ -52,7 +52,7 @@ services:
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'"
schema-registry0:
image: confluentinc/cp-schema-registry:7.5.0.arm64
image: confluentinc/cp-schema-registry:7.2.1.arm64
ports:
- 8085:8085
depends_on:
@ -68,7 +68,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
kafka-connect0:
image: confluentinc/cp-kafka-connect:7.5.0.arm64
image: confluentinc/cp-kafka-connect:7.2.1.arm64
ports:
- 8083:8083
depends_on:
@ -93,7 +93,7 @@ services:
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
kafka-init-topics:
image: confluentinc/cp-kafka:7.5.0.arm64
image: confluentinc/cp-kafka:7.2.1.arm64
volumes:
- ./data/message.json:/data/message.json
depends_on:

View file

@ -19,7 +19,7 @@ services:
SPRING_SECURITY_USER_PASSWORD: pass
kafka:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka
container_name: kafka
ports:

View file

@ -21,7 +21,7 @@ services:
KAFKA_CLUSTERS_0_KAFKACONNECT_0_PASSWORD: admin-secret
kafka0:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka0
container_name: kafka0
ports:
@ -50,7 +50,7 @@ services:
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'''
schemaregistry0:
image: confluentinc/cp-schema-registry:7.5.0
image: confluentinc/cp-schema-registry:7.2.1
ports:
- 8085:8085
depends_on:
@ -69,7 +69,7 @@ services:
build:
context: ./kafka-connect
args:
image: confluentinc/cp-kafka-connect:7.5.0
image: confluentinc/cp-kafka-connect:7.2.1
ports:
- 8083:8083
depends_on:
@ -102,7 +102,7 @@ services:
# AWS_SECRET_ACCESS_KEY: ""
kafka-init-topics:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
volumes:
- ./data/message.json:/data/message.json
depends_on:

View file

@ -27,7 +27,7 @@ services:
- ./jmx/clientkeystore:/jmx/clientkeystore
kafka0:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka0
container_name: kafka0
ports:

View file

@ -18,7 +18,7 @@ services:
DYNAMIC_CONFIG_ENABLED: true # not necessary for sasl auth, added for tests
kafka:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka
container_name: kafka
ports:

View file

@ -68,7 +68,7 @@ services:
- ./proto:/protofiles
kafka0:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka0
container_name: kafka0
ports:
@ -97,7 +97,7 @@ services:
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'"
schemaregistry0:
image: confluentinc/cp-schema-registry:7.5.0
image: confluentinc/cp-schema-registry:7.2.1
ports:
- 8085:8085
depends_on:

View file

@ -3,7 +3,7 @@ version: '2'
services:
kafka0:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka0
container_name: kafka0
ports:

View file

@ -27,7 +27,7 @@ services:
DYNAMIC_CONFIG_ENABLED: 'true'
kafka0:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka0
container_name: kafka0
ports:
@ -55,7 +55,7 @@ services:
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'"
kafka1:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka1
container_name: kafka1
ports:
@ -83,7 +83,7 @@ services:
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'"
schemaregistry0:
image: confluentinc/cp-schema-registry:7.5.0
image: confluentinc/cp-schema-registry:7.2.1
ports:
- 8085:8085
depends_on:
@ -99,7 +99,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
schemaregistry1:
image: confluentinc/cp-schema-registry:7.5.0
image: confluentinc/cp-schema-registry:7.2.1
ports:
- 18085:8085
depends_on:
@ -115,7 +115,7 @@ services:
SCHEMA_REGISTRY_KAFKASTORE_TOPIC: _schemas
kafka-connect0:
image: confluentinc/cp-kafka-connect:7.5.0
image: confluentinc/cp-kafka-connect:7.2.1
ports:
- 8083:8083
depends_on:
@ -140,7 +140,7 @@ services:
CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components"
kafka-init-topics:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
volumes:
- ./data/message.json:/data/message.json
depends_on:

View file

@ -3,7 +3,7 @@ version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:7.5.0
image: confluentinc/cp-zookeeper:7.2.1
hostname: zookeeper
container_name: zookeeper
ports:
@ -13,7 +13,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000
kafka:
image: confluentinc/cp-server:7.5.0
image: confluentinc/cp-server:7.2.1
hostname: kafka
container_name: kafka
depends_on:
@ -36,7 +36,7 @@ services:
KAFKA_JMX_HOSTNAME: kafka
kafka-init-topics:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
volumes:
- ./data/message.json:/data/message.json
depends_on:

View file

@ -34,7 +34,7 @@ services:
- 10389:10389
kafka0:
image: confluentinc/cp-kafka:7.5.0
image: confluentinc/cp-kafka:7.2.1
hostname: kafka0
container_name: kafka0
ports:
@ -63,7 +63,7 @@ services:
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'"
schemaregistry0:
image: confluentinc/cp-schema-registry:7.5.0
image: confluentinc/cp-schema-registry:7.2.1
ports:
- 8085:8085
depends_on:

View file

@ -3,7 +3,7 @@ version: '3.8'
services:
traefik:
restart: always
image: traefik:v2.10
image: traefik:v2.4
container_name: traefik
command:
- --api.insecure=true

View file

@ -5,7 +5,7 @@ services:
selenoid:
network_mode: bridge
image: aerokube/selenoid:1.11.0
image: aerokube/selenoid:1.10.7
volumes:
- "../selenoid/config:/etc/selenoid"
- "/var/run/docker.sock:/var/run/docker.sock"
@ -28,6 +28,6 @@ services:
selenoid-chrome:
network_mode: bridge
image: selenoid/vnc_chrome:116.0
image: selenoid/vnc_chrome:103.0
extra_hosts:
- "host.docker.internal:host-gateway"

View file

@ -5,7 +5,7 @@ services:
selenoid:
network_mode: bridge
image: aerokube/selenoid:1.11.0
image: aerokube/selenoid:1.10.7
volumes:
- "../selenoid/config:/etc/selenoid"
- "/var/run/docker.sock:/var/run/docker.sock"
@ -28,6 +28,6 @@ services:
selenoid-chrome:
network_mode: bridge
image: selenoid/vnc_chrome:116.0
image: selenoid/vnc_chrome:103.0
extra_hosts:
- "host.docker.internal:host-gateway"