Skip to content

Commit 8db14d3

Browse files
authored
Merge pull request #5085 from Runtimes-Node/feature/runtime-node-topic
Add curated topic: runtime-node
2 parents 8baf4b9 + e1920d7 commit 8db14d3

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

topics/runtime-node/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
display_name: Runtime Node
3+
short_description: A secure, distroless Node.js Docker base image built entirely FROM scratch.
4+
topic: runtime-node
5+
aliases: node-runtime, distroless-node, scratch-node, secure-node, hardened-node
6+
related: nodejs, docker, distroless, containers, security
7+
github_url: https://github.com/Runtimes-Node/Runtime-Node
8+
url: https://hub.docker.com/r/runtimenode/runtime-node
9+
logo: runtime-node.png
10+
created_by: Runtimes-Node
11+
---
12+
13+
**[Runtime Node](https://github.com/Runtimes-Node/Runtime-Node)** is an open source, production-grade Docker base image tailored for executing [Node.js](https://github.com/topics/nodejs) applications. Managed by **[Runtimes-Node](https://github.com/Runtimes-Node)**, it provides developers with a strictly distroless runtime environment.
14+
15+
Unlike traditional Node.js base images, Runtime Node is assembled `FROM scratch`. It completely eliminates the operating system layer, shells, package managers, and system utilities, retaining only the exact binaries required by Node.js.
16+
17+
### Key Characteristics
18+
* **Zero-Bloat:** Radically reduced to ~45 MB compressed.
19+
* **Hardened Security:** Zero known vulnerabilities and a minimal attack surface.
20+
* **Production Ready:** Pre-configured with `NODE_ENV=production` and `TZ=UTC`.
21+
* **Multi-Platform:** Supports `linux/amd64` and `linux/arm64`.
22+
23+
This distroless guarantee ensures code is shipped securely with no unnecessary tools to exploit.
47.4 KB
Loading

0 commit comments

Comments
 (0)