Skip to content

Commit 34d0eee

Browse files
committed
Rollback docker-compose for ydb/tests/fq/generic
1 parent 5be02c5 commit 34d0eee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ydb/tests/fq/generic/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
77
CLICKHOUSE_PASSWORD: password
88
CLICKHOUSE_USER: user
9-
image: mirror.gcr.io/clickhouse/clickhouse-server:23-alpine@sha256:b078c1cd294632afa2aeba3530e7ba2e568513da23304354f455a25fab575c06
9+
image: clickhouse/clickhouse-server:23-alpine@sha256:b078c1cd294632afa2aeba3530e7ba2e568513da23304354f455a25fab575c06
1010
volumes:
1111
- ./clickhouse:/docker-entrypoint-initdb.d
1212
fq-connector-go:
@@ -15,7 +15,7 @@ services:
1515
echo \"$$(dig tests-fq-generic-ydb +short) tests-fq-generic-ydb\" >> /etc/hosts; cat /etc/hosts;
1616
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
1717
container_name: tests-fq-generic-fq-connector-go
18-
image: ghcr.io/ydb-platform/fq-connector-go:v0.4.1@sha256:61ad8d7b7b981b9ef5709a0ce71d10702f49396bd307437c9efd876c6ad6e90e
18+
image: ghcr.io/ydb-platform/fq-connector-go:v0.2.20@sha256:a1771f348dc8be6219865e332f788429907cdfec3677b3e98f0bc6f7dd542dc6
1919
ports:
2020
- "2130"
2121
postgresql:
@@ -25,7 +25,7 @@ services:
2525
POSTGRES_DB: db
2626
POSTGRES_PASSWORD: password
2727
POSTGRES_USER: user
28-
image: mirror.gcr.io/postgres:15-bullseye@sha256:3411b9f2e5239cd7867f34fcf22fe964230f7d447a71d63c283e3593d3f84085
28+
image: postgres:15-bullseye@sha256:3411b9f2e5239cd7867f34fcf22fe964230f7d447a71d63c283e3593d3f84085
2929
volumes:
3030
- ./postgresql:/docker-entrypoint-initdb.d
3131
ydb:

0 commit comments

Comments
 (0)