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

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

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

## Environment * **Platform**: OS-X * **Docker Version**: 20.10.11 * **Node.js Version**: 16.13 * **Image Tag**: `16.13-alpine`, `lts-alpine` ## Expected Behavior Docker container should launch ## Current Behavior An error...

Now that Docker supports multi-stage builds it'd be nice to have an official base image with just the Node.js binary. A build image could extend from the current images and...

enhancement
npm
yarn

## Environment * **Platform**: Windows 10 * **Docker Version**: Latest (Docker Desktop 4.1.1 (69879)) * **Node.js Version**: 16 * **Image Tag**: 16.13.0 ## Expected Behavior given this docker file: ```...

## Environment * **Platform**: * **Docker Version**: * **Node.js Version**: * **Image Tag**: ## Expected Behavior ## Current Behavior Old directory is usually copied to create a new major release...

## Problem I just spent half a day trying to figure out, why trying to build an Angular project in Docker failed. I've followed the advice at [Best Practices](https://github.com/nodejs/docker-node/blame/main/docs/BestPractices.md#L24-L28), not...

I find myself often needing to manually build images with Node.js built in debug mode. Is there any reason not to have `*-debug` versions of all the images too? It'd...

## Environment * **Platform**: Linux aarch64 * **Docker Version**: 19.03.11 * **Node.js Version**: 12 * **Image Tag**: `12-alpine` ## Expected Behavior I should be able to run the Docker container....

It seems that something is wrong with signing base Node images' tags on Docker Hub: $ DOCKER_CONTENT_TRUST=1 docker pull node Using default tag: latest Pull (1 of 1): node:latest@sha256:f0b151a0f4226e67e40afddbc9e0a37e697f8eb32d5cd8b1a55d5b238f04581b sha256:f0b151a0f4226e67e40afddbc9e0a37e697f8eb32d5cd8b1a55d5b238f04581b:...

## Environment * **Platform**: Ubuntu * **Docker Version**: 20.10.5 * **Node.js Version**: 14 * **Image Tag**: node:14-stretch-slim, node:14-stretch, node:14 ## Expected Behavior Any of these results in a Docker layer...

## Environment * **Platform**: Linux based Ubunu 20.04.2 * **Docker Version**: 20.10.7, build f0df350 * **Node.js Version**: 14-alpine * **Image Tag**: node:14-alpine ## Expected Behavior I need to change uid/gid...