Skip to content

Commit

Permalink
Revert all docker updates
Browse files Browse the repository at this point in the history
  • Loading branch information
reneleonhardt committed Sep 30, 2023
1 parent 6da16e4 commit ba64427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions documentation/compose/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ services:
build:
context: ./postgres
args:
image: library/postgres:16.0-alpine
image: postgres:9.6.22
ports:
- 5432:5432
healthcheck:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion documentation/compose/kafka-ssl-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ services:
- ./ssl/kafka.keystore.jks:/kafka.keystore.jks

ksqldb0:
image: confluentinc/ksqldb-server:0.29.0
image: confluentinc/ksqldb-server:0.18.0
depends_on:
- kafka0
- kafka-connect0
Expand Down
2 changes: 1 addition & 1 deletion documentation/compose/traefik-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba64427

Please sign in to comment.