Open scottschreckengaust opened 1 year ago
I am aware of the arm32v6/node:lts-alpine
, but this is not the same.
Also, https://github.com/docker-library/official-images/blob/master/library/node would likely need an update...
LTS and 18 are aliases to the Debian base images, which no longer support that architecture. ARM32v7 also no longer successfully builds on those platforms and is likely to be dropped https://github.com/nodejs/docker-node/pull/1886
Problem
The official node images are missing the
lts
and18
tags for thearm32v6
architecture https://hub.docker.com/r/arm32v6/node/:arm32v6
is not consistent with the other five supported architectures. See lines in https://github.com/nodejs/docker-node/blob/main/architecturesSolution
Mimic the other five documented supporting architectures (
amd64
,arm32v7
,arm64v8
,ppc64le
, ands390x
)Alternatives to Consider
arm32v6
architecture forlts
and18