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

Why are there no stretch/stretch-slim/buster/buster-slim variants for arm32v6 #1294

Closed
n1ru4l opened this issue Jul 21, 2020 · 3 comments
Closed

Comments

@n1ru4l
Copy link

n1ru4l commented Jul 21, 2020

I was wondering why the variants stretch/stretch-slim/buster/buster-slim are built for arm32v7 and arm64v8 but not for arm32v6?

I can see different architecture files across the repository:

https://github.com/nodejs/docker-node/blob/master/architectures (includes all)
https://github.com/nodejs/docker-node/blob/master/10/architectures
https://github.com/nodejs/docker-node/blob/master/12/architectures
https://github.com/nodejs/docker-node/blob/master/14/architectures

But on docker hub neither node:10, node:12 or node:14 has the arm32v6 variant listed. Could this be some kind of a syncing issue?

@n1ru4l n1ru4l changed the title Why is there not stretch/stretch-slim/buster/buster-slim image for arm32v6 Why are there no stretch/stretch-slim/buster/buster-slim variants for arm32v6 Jul 21, 2020
@n1ru4l
Copy link
Author

n1ru4l commented Jul 21, 2020

Okay I just found nodejs/build#1677 and I think it answers the question.

TL;DR:

Support and testing is to cumbersome for the Node.js Team so they dropped official armv6 support.

@n1ru4l n1ru4l closed this as completed Jul 21, 2020
@n1ru4l n1ru4l reopened this Jul 21, 2020
@n1ru4l
Copy link
Author

n1ru4l commented Jul 21, 2020

But I just recognized that there are still the alpine builds here, so I am confused 😅.

@tianon
Copy link
Contributor

tianon commented Jul 21, 2020

Debian doesn't support arm32v6 - only v5 (armel) and v7 (armhf).

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

No branches or pull requests

2 participants