Skip to content

Commit

Permalink
Update github.com/ydb-platform/fq-connector-go to 0.5.9-rc.4 (#9534)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored Sep 19, 2024
1 parent dfb2741 commit a5a6abf
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- /var
fq-connector-go:
container_name: fq-tests-ch-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- 2130
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
services:
fq-connector-go:
container_name: fq-tests-mssql-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- 2130
- 2130
volumes:
- ../../fq-connector-go/:/opt/ydb/cfg/
- ../../fq-connector-go/:/opt/ydb/cfg/
ms_sql_server:
build:
context: ./init
Expand All @@ -17,5 +17,5 @@ services:
LANG: ru_RU.UTF-8
SA_PASSWORD: Qwerty12345!
ports:
- 1433:1433
- 1433:1433
version: "3.4"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
fq-connector-go:
container_name: fq-tests-mysql-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- 2130
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
fq-connector-go:
container_name: fq-tests-oracle-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- 2130
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
fq-connector-go:
container_name: fq-tests-pg-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- 2130
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
dnsmasq;
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
container_name: fq-tests-ydb-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- 2130
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- 8123
fq-connector-go:
container_name: fq-tests-join-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- 2130
volumes:
Expand Down
2 changes: 1 addition & 1 deletion ydb/tests/fq/generic/analytics/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
echo \"$$(dig tests-fq-generic-analytics-ydb +short) tests-fq-generic-analytics-ydb\" >> /etc/hosts; cat /etc/hosts;
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
container_name: tests-fq-generic-analytics-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- "2130"
greenplum:
Expand Down
2 changes: 1 addition & 1 deletion ydb/tests/fq/generic/streaming/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
echo \"$$(dig tests-fq-generic-streaming-ydb +short) tests-fq-generic-streaming-ydb\" >> /etc/hosts; cat /etc/hosts;
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
container_name: tests-fq-generic-streaming-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.2@sha256:ebaefb6a93d8d1504436e222f3eb106b38ca944f91ccdd12f118172e5986633b
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.9-rc.4@sha256:cf9e6a2f82ebacd3118c3a0c7dca23fd0fa24929b7f6c0c0c1eeaf6e1272cc48
ports:
- "2130"
ydb:
Expand Down

0 comments on commit a5a6abf

Please sign in to comment.