Added s390x and ppc64le support for NodeJS
Signed-off-by: Dirk Haubenreisser [email protected]
This PR adds support for platforms ppc64le and s390x to the existing NodeJS images. Similar platform enablements for Java have been done a while ago in PRs https://github.com/GoogleContainerTools/distroless/pull/1068 and https://github.com/GoogleContainerTools/distroless/pull/1070
I'm kinda curious why anyone is using nodejs on s390x. There is a cost to expanding the build for us.
We're currently looking at expanding knative functions support to platforms other than just x86_64. Functions supports all kind of programming languages including JS. The distroless images could be a good fit for base images to build function support on.
This now needs a refactoring as we've introduced new tags and non-root versions of the nodejs images.
Closing - not very likely to ever be merged.