-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
Environment
- Platform: linux/s390x
- Docker Version: 24.0.6, build ed223bc
- Node.js Version: 18
- Image Tag:18-alpine
Expected Behavior
npm install
runs and packages are installed.
Current Behavior
Trying to build a container on the linux/s309x platform hangs running npm install
with npm consuming 100% CPU.
Previous builds complete in less than 5mins, current build has been running for over an hour
We are building the https://github.com/node-red/node-red-docker container with
docker buildx build --platform linux/s390x --file .docker/Dockerfile.alpine --build-arg NODE_VERSION=18 .
Possible Solution
Steps to Reproduce
- Check out https://github.com/node-red/node-red-docker
cd node-red-docker
- run
docker buildx build --platform linux/s390x --file .docker/Dockerfile.alpine --build-arg NODE_VERSION=18 .
Additional Information
Same thing is happening with 14-alpine and 16-alpine tags
I'm hitting this both locally and in a GH Action, both of which use Qemu to support building for alternate architectures.
Metadata
Metadata
Assignees
Labels
No labels