2 Repos
Packaging a language runtime and its package managers into container images for consistent execution.
Distinct from Node.js Ecosystem: No candidate covers the specific act of packaging the runtime itself into a container; others focus on application-level containerization or general ecosystems.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Runtime Containerization. Refine with filters or upvote what's useful.
This project provides official container images for the Node.js runtime and its package managers. It serves as a containerized JavaScript runtime that bundles the engine and dependencies to ensure consistent application execution across different CPU architectures and operating systems. The project offers a range of Linux-based runtime images, including full, slim, and minimal distributions, allowing users to balance package availability against disk footprint. To improve security, it provides a non-root application environment that executes processes as an unprivileged user. The available i
Bundles the Node.js engine and package managers into official Docker images for consistent cross-environment execution.
This project serves as a documentation hub and specification repository for official Docker images. It functions as a metadata-driven documentation generator that transforms structured content files into markdown files and readmes for public distribution. The repository provides technical guides and configuration standards for deploying containerized software across multiple CPU architectures. It includes detailed manuals for configuring environment variables, volume mounts, and network settings to ensure consistent image deployments. The documentation covers a broad range of containerized e
Details the packaging of Java runtimes and development kits into container images across various operating systems.