docker-node
docker-node copied to clipboard
Official Docker Image for Node.js :whale: :turtle: :rocket:
If have a node.js application that wraps an smbclient into an express node Rest-API to export content from an application via Rest-API to a Windows shared drive on a remote...
## Environment * **Platform**: Debian 10 * **Docker Version**: 20.10.17 * **Node.js Version**: 20.3.1 * **Image Tag**: node:20.3-Alpine3.18 ## Expected Behavior Pressing ctrl-c when running a simple nodejs script should...
 i want to work on this
## Problem The update of the base OS image used for `node:18` from Debian 11 to 12 has caused issues for various people: - https://github.com/nodejs/node/issues/43064#issuecomment-1591237820 (last comments) - https://github.com/nodejs/docker-node/issues/1916 -...
## Environment * **Image Tag**: node:lts-bookworm-slim (alias of node:lts-slim) ## Expected Behavior `node:lts-bookworm-slim`/`node:lts-slim` has OpenSSL v3 included ## Current Behavior `node:lts-bookworm-slim`/`node:lts-slim` does not include any version of OpenSSL ## Possible...
## Environment * **Platform**: linux/arm/v7 * **Docker Version**: 20.10.17 * **Node.js Version**: 19.3.0 * **Image Tag**: 19.3.0-alpine3.17 * **Note**: This behavior is specific to the arm version and is not...
Don't think this actually will resolve it, but this diff command will limit it to only the files that have changed versions. Proper solution probably needs some re-work that would...
## Description Perform minor image cleanup. ## Motivation and Context Reduce image size by removing temporary/meaningless files. ## Testing Details I've manually rebuilt `node:18-bullseye-slim` - all works as expected. ##...
## Environment * **Platform**: MacOS M1 Sonoma 14.4.1 * **Docker Version**: 4.29.0 * **Node.js Version**: platform=linux/amd64 node:current-alpine * **Image Tag**: current-alpine ## Expected Behavior after **RUN cmd run build** it...
## Problem Specific: We were using `node:18-alpine3.17` and surprised to find out, when we wanted to use the latest node version 18.20.2, that the tag had last been updated 5...