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

## Problem While doing https://github.com/nodejs/docker-node/pull/2100, I realized that our data is probably structured well enough that these PRs could be automated. ## Solution Create a (daily?) CI that: - Query...

enhancement
update

### Version v20.14.0 ### Platform macOS ### Subsystem _No response_ ### What steps will reproduce the bug? Dockerfile: FROM node:lts as base ... RUN yarn install --immutable --immutable-cache ... RUN...

## Environment * **Platform**: Bitbucket pipeline * **Docker Version**: N/A * **Node.js Version**: 18.20.3 * **Image Tag**: 18-alpine ## Expected Behavior build should not fail ## Current Behavior Build failing...

## Problem We often have people ask when why images or architectures are missing ## Solution Add a build badge or badges to the Official Images jenkins status of the...

## Environment * **Platform**: GNU/Linux * **Docker Version**: 24.0.5, build ced0996600 * **Node.js Version**: 20.13 * **Image Tag**: 20.13 ## Expected Behavior Building a workspace aware project without changing workdir....

Likely related to https://github.com/nodejs/admin/issues/905 From https://github.com/nodejs/docker-node/actions/runs/10460155671/job/28965733582 ``` /home/runner/work/_actions/peter-evans/create-or-update-comment/v4/dist/index.js:4695 const error = new requestError.RequestError(toErrorMessage(data), status, { ^ RequestError [HttpError]: Resource not accessible by integration at /home/runner/work/_actions/peter-evans/create-or-update-comment/v4/dist/index.js:4695:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { status:...

bug

## Description Fixes the Node.js release signing key update script to account for upstream Node.js changes: * Node.js HEAD branch is now `main` * Comments added to each line in...

Reproducible case: https://github.com/githubsaturn/multiarch-node-issue The project has 2 simple workflows, one for v18, one for v20. Other than the nodejs version, everything else is identical. The workflow works just fine for...

- Platform: Windows (amd64) - Docker Version: Desktop 4.34.3 (161083) or 4.4.4 - Node.js Version: 22.10.0 - Image Tag: node:22-alpine or node:22.10.0-alpine3.20 or any other updated in the last few...

Refs: https://github.com/nodejs/Release/issues/1036