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

Provide preconfigured docker ARM images #81

Open
avowkind opened this issue Sep 9, 2024 · 2 comments
Open

Provide preconfigured docker ARM images #81

avowkind opened this issue Sep 9, 2024 · 2 comments

Comments

@avowkind
Copy link

avowkind commented Sep 9, 2024

Consider providing ARM based images for ckan-docker

ARM-based Docker images will accommodate the increasing use of ARM architecture in both development environments and cloud services. ARM processors offer enhanced energy efficiency and performance, making more likely to be found in development machines, and cheaper to run as cloud instances.

By supporting ARM-based images, the library ensures wider compatibility, better performance, and a smoother development experience across diverse hardware. It also reduces the friction of setting up cross-compilation environments.

I would like to be able to use this form in my Dockerfile
FROM --platform=linux/arm64 ckan/ckan-dev:2.11.0

@kowh-ai
Copy link
Contributor

kowh-ai commented Sep 11, 2024

@avowkind Thanks! and yes, this is a reasonable request.

I currently have no experience (and no ARM architecture hardware) on the work involved in making this happen

Please by all means add any information here that you think may be useful in assisting this investigation

@avowkind
Copy link
Author

I'm happy to give it a go with some guidance. I've been maintaining a CKAN instance here in NZ for some years and recently updated it to 2.10. It should be about adding an alternative build config and generating appropriate tags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants