You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: