docker-node
docker-node copied to clipboard
Official Docker Image for Node.js :whale: :turtle: :rocket:
## Environment * **Platform**: MacOS Ventura 13.6 * **Docker Version**: Docker version 24.0.6, build ed223bc * **Node.js Version**: node 16.17.0 * **Image Tag**: 20.10.0-alpine3.18 ## Expected Behavior I'm trying to...
## Environment * **Platform**: linux - jenkins pipeline which is creating a docker image * **Docker Version**: podman * **Node.js Version**: 21-slim * **Image Tag**: ## Expected Behavior Here is...
## Environment * **Platform**: Ubuntu LTS (5.15.0-87-generic) * **Docker Version**: Community 24.0.6 * **Node.js Version**: node:lts-slim * **Image Tag**: latest ## Expected Behavior My docker nodeJs app has is started,...
## Problem The 18.18.2 security release docker images were noticeably behind the 18.18.2 binary releases. Discussion of some issues and possible solutions [appeared in the node repo](https://github.com/nodejs/node/issues/50180). There it was...
## Environment * **Platform**: tested on several Linux systems * **Docker Version**: 24.0.2 * **Node.js Version**: 20.3.1 * **Image Tag**: latest and 20-alpine ## Expected Behavior it should build a...
## Environment * **Platform**: Ubuntu * **Docker Version**: 19.03.13 * **Node.js Version**: * **Image Tag**: node:18-bullseye-slim ## Expected Behavior Successfully running docker build with yarn install command on node base...
## Description Need to confirm that this is required in #1885 so opening as draft for now ## Motivation and Context ## Testing Details ## Example Output(if appropriate) ## Types...
## Environment * **Platform**: K8s * **Node.js Version**: 18.x * **Image Tag**: node:lts-hydrogen ## Expected Behavior Noticed the bug while trying to execute unit tests with the MongoMemoryServer module MongoDB...
## Problem The official node images are missing the `lts` and `18` tags for the `arm32v6` architecture https://hub.docker.com/r/arm32v6/node/: ``` % docker pull arm32v6/node:lts Error response from daemon: manifest for arm32v6/node:lts...
``` docker rm -f temp-node;\ docker run --network common-all -d --entrypoint /usr/bin/bash --name temp-node \ -v /data/:/data \ node:18 -c "tail -f /etc/hosts" ``` ``` root@5fe9c6cb883b:/tmp# npm -v node[18]: ../src/node_platform.cc:68:std::unique_ptr...