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
Related to #312
The build of the image hangs for armv7 on node:22-alpine image, it's a known issue (nodejs/docker-node#2077)
It seems to work with non-alpine images (like node:22-slim), I'm testing to have a multi-stage Dockerfile to build on non-alpine and release on alpine
The text was updated successfully, but these errors were encountered:
Sorry to cause such a headache. Thanks for trouble shooting though 😅
Sorry, something went wrong.
No problem @Zoobdude ✌️
So the multi-staged build using the slim image for build and keeping the alpine for prod worked great, we now have arm/v7 support 🔥
The build : https://github.com/CorentinTh/enclosed/actions/runs/11684227994/job/32535032203 Docker hub : https://hub.docker.com/r/corentinth/enclosed/tags?name=1.9.2
Thanks very much @CorentinTh :D
CorentinTh
No branches or pull requests
Related to #312
The build of the image hangs for armv7 on node:22-alpine image, it's a known issue (nodejs/docker-node#2077)
It seems to work with non-alpine images (like node:22-slim), I'm testing to have a multi-stage Dockerfile to build on non-alpine and release on alpine
The text was updated successfully, but these errors were encountered: