Skip to content
New issue

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

[Fix] add registry to the clickhouse_debezium_embedded #419

Conversation

AjinkyaTaranekar
Copy link

@AjinkyaTaranekar AjinkyaTaranekar commented Dec 18, 2023

What

Unable to setup clickhouse sink connector light weight version, with the latest branch. Getting repository does not exist.
Screenshot 2023-12-18 at 11 18 29 AM

Why

Based on the docs, the existing start_docker_compose.sh just had an image version tag. Due to this it was using latest in the image of clickhouse-sink-connector-lt

Reference

Slack Thread: https://altinitydbworkspace.slack.com/archives/C02K1MWEK2L/p1702878772254419

@@ -2,7 +2,7 @@ version: "3.4"

services:
clickhouse-sink-connector-lt:
image: ${CLICKHOUSE_SINK_CONNECTOR_LT_IMAGE}
image: registry.gitlab.com/altinity-public/container-images/clickhouse_debezium_embedded:${CLICKHOUSE_SINK_CONNECTOR_LT_IMAGE}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it, so should it be

image: altinityinfra/clickhouse-sink-connector:${CLICKHOUSE_SINK_CONNECTOR_LT_IMAGE}

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also seems like the latest tag is not available in the docker hub currently.

image: altinityinfra/clickhouse-sink-connector:${CLICKHOUSE_SINK_CONNECTOR_LT_IMAGE}

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Selfeer pushed in changes to use the altinityinfra tags, please pull latest from develop @AjinkyaTaranekar

@subkanthi
Copy link
Collaborator

closing as it was fixed in another PR.

@subkanthi subkanthi closed this Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants