docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Official Docker Image for Node.js :whale: :turtle: :rocket:

Results 176 docker-node issues
Sort by recently updated
recently updated
newest added

## Environment * **Platform**: Linux * **Docker Version**: 24.0.2 * **Node.js Version**: 18 * **Image Tag**: node:18 ## Expected Behavior libcrypto.so.1.1 is findable on the system with node:18-bullseye ``` #...

The decision to include yarn into the image has had some mixed reaction and the departure from staying with the default installation of the Node package leads to a lot...

Nodejs container image version 16.14.2-slim deployed in AWS Fargate failed to start suddenly with loading the webpack and suggesting to add "chmod 1000:0 /root/.npm/". Worked after adding the RUN chmod...

## Environment * **Platform**: MacOS Ventura (13.4.1) on M1 * **Docker Version**: 24.0.5 * **Node.js Version**: 20 * **Image Tag**: 20 ## Expected Behavior NPM install should be started. **I've...

## Environment * **Platform**: macos 13.4 M1 * **Docker Version**: 24.0.2 * **Node.js Version**: 20.3.0 * **Image Tag**: node:20-alpine3.17 ## Expected Behavior yarn tsc should run correctly ## Current Behavior...

## 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...

## Environment * **Platform**: linux/amd64 * **Docker Version**: 20.10.18+azure-2 * **Node.js Version**: 14.20.1 * **Image Tag**: node:alpine ## Expected Behavior The build is expected to complete without error, see: https://github.com/manuc66/node-hp-scan-to/actions/runs/3278864778/jobs/5397750728...

A somewhat extension to https://github.com/nodejs/docker-node/issues/2000. I've heard a lot of feedback from users of the Docker Official Node.js Alpine images that they were unaware they rely on experimental status builds...

## Environment * **Platform**: Windoes * **Docker Version**: Docker Toolbox v19.03.1 * **Node.js Version**:20.10.0 * **Image Tag**: ## Expected Behavior Should be able to run nodejs ## Current Behavior ```...

## Environment * **Platform**: centons7 x86_64 * **Docker Version**: Docker version 20.10.16 * **Node.js Version**: node:18-alpine * **Image Tag**: ## Expected Behavior When I use FROM node:18-alpine in my Dockerfile,...