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

arm64 containers (at least for lightweight image) #954

Open
danxmoran opened this issue Dec 13, 2024 · 4 comments
Open

arm64 containers (at least for lightweight image) #954

danxmoran opened this issue Dec 13, 2024 · 4 comments
Labels
dev-complete Development completed lightweight Issues related to Lightweight version
Milestone

Comments

@danxmoran
Copy link

We're exploring options for Postgres->ClickHouse replication. I was excited to use this project's lightweight image as part of our local dev stacks, but most of our developers run on arm64 MacOS, and there's no arm64 image available in DockerHub. (I think we could run the existing amd64 images, but based on past experience with cross-platform emulation the performance will not be good).

I see the lightweight image's directory already contains a build_docker_arm.sh script, but it doesn't seem to be used anywhere. Could that build logic be ported into the top-level GHAs?

I'm happy to help contribute this if the maintainers aren't opposed to it.

@subkanthi subkanthi added this to the 2.6.0 milestone Dec 13, 2024
@subkanthi subkanthi added lightweight Issues related to Lightweight version dev-complete Development completed labels Dec 13, 2024
@subkanthi
Copy link
Collaborator

Hi @danxmoran , you can try this image
docker.io/altinityinfra/clickhouse-sink-connector:955-52fabce48e328d5ea01a03eeef1ba4773af60b0a-lt

This is a cross platform docker image

@danxmoran
Copy link
Author

@subkanthi that still shows this warning when I run it:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

@subkanthi
Copy link
Collaborator

@subkanthi that still shows this warning when I run it:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Hi @danxmoran , please try this one - altinityinfra/clickhouse-sink-connector:955-befb7145bf5502d0478edb155bf742af3a316b48-lt

@danxmoran
Copy link
Author

@subkanthi that one is better! Doesn't show the warning and seems to boot much faster

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-complete Development completed lightweight Issues related to Lightweight version
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants