We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
org.testcontainers.containers.ClickHouseProvider
clickhouse/clickhouse-server
Clickhouse
yandex/clickhouse-server
jdbcUrl
jdbc:tc:clickhouse:24.4.1.2088://test-native-databases-clickhouse/demo_ds_0
The text was updated successfully, but these errors were encountered:
I prepared a PR for this.
Sorry, something went wrong.
jdbc:tc:shardingsphere0clickhouse:
Successfully merging a pull request may close this issue.
Module
Clickhouse
Proposal
org.testcontainers.containers.ClickHouseProvider
should useclickhouse/clickhouse-server
as Docker Image.yandex/clickhouse-server
is used. This results in the use ofjdbcUrl
such asjdbc:tc:clickhouse:24.4.1.2088://test-native-databases-clickhouse/demo_ds_0
to create a connection, which will cause the Docker Image to fail to start because the corresponding Docker Image Tag does not exist.yandex/clickhouse-server
.The text was updated successfully, but these errors were encountered: