nodejs / docker-node

Official Docker Image for Node.js :whale: :turtle: :rocket:
https://hub.docker.com/_/node/
MIT License
8.24k stars 1.97k forks source link

Missing images for 20.14.0-alpine #2091

Closed wvankuipers closed 4 months ago

wvankuipers commented 4 months ago

Environment

The images 20.14.0-alpine and 20.14.0-alpine3.20 only have a linux/amd64 image where as 20.14.0-alpine3.19 does have the images for linux/arm/v6, linux/arm/v7, linux/arm64/v8, linux/ppc64le and linux/s390x.

nschonni commented 4 months ago

https://github.com/nodejs/docker-node/pull/2089#issuecomment-2135908959

wvankuipers commented 4 months ago

Thank you for the fast response @nschonni. I see that PR was merged 12 hours ago. Also the 20.14.0-alpine3.19 should be affected by this PR as well and that one does have the correct images so wondering what the issue is with the two other builds

yosifkit commented 4 months ago

The node builds on Alpine 3.20 have been getting intermittent build errors like the following despite having plenty of disk space. We'll keep trying to rebuild them on the Docker Official Images build infrastructure.

curl: (23) Failed writing received data to disk/application
wvankuipers commented 4 months ago

Thanks @yosifkit The issue seems to be resolved as now all images are on Docker hub.