| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .markdownlint.json | ||
| .prettierrc | ||
| .trivyignore | ||
| images.ini | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
Image copy of tooling images
These images are not just used directly but they are base of other images as well.
Wolfi Linux base
Wolfi is a stripped-down distro designed for the cloud-native era. It doesn't have a kernel of its own, instead relying on the environment (such as the container runtime) to provide one. This separation of concerns in Wolfi means it is adaptable to a range of environments.
Go
Go (a.k.a., Golang) is a programming language first developed at Google. It is a statically-typed language with syntax loosely derived from C, but with additional features such as garbage collection, type safety, some dynamic-typing capabilities, additional built-in types (e.g., variable-length arrays and key-value maps), and a large standard library.
About Docker Hardened Images Docker Hardened Images are built to meet the highest security and compliance standards. They provide a trusted foundation for containerized workloads by incorporating security best practices from the start.
Debian base
Debian Base is a secure, minimal foundation image built on the Debian GNU/Linux operating system. This image provides essential system utilities and a stable base for building containerized applications.
Debian is known for its stability, security, and comprehensive package management system. The Debian Base image includes core utilities like bash, coreutils, findutils, along with essential security components like ca-certificates and timezone data.
Key features of this Debian Base image:
- Minimal footprint: Contains only essential packages to reduce attack surface
- Security-focused: Built with security best practices and includes ca-certificates
- Package management: Includes apt package manager for installing additional software
- Time zone support: Includes tzdata for proper timezone handling
- Shell access: Includes bash shell for interactive use and scripting
- Core utilities: Includes coreutils and findutils for basic system operations
About Docker Hardened Images Docker Hardened Images are built to meet the highest security and compliance standards. They provide a trusted foundation for containerized workloads by incorporating security best practices from the start.
Node (24 and 26)
Node.js is a software platform for scalable server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on Mac OS X, Windows, and Linux without changes.
Node.js applications are designed to maximize throughput and efficiency, using non-blocking I/O and asynchronous events. Node.js applications run single-threaded, although Node.js uses multiple threads for file and network events. Node.js is commonly used for real-time applications due to its asynchronous nature.
Node.js internally uses the Google V8 JavaScript engine to execute code; a large percentage of the basic modules are written in JavaScript. Node.js contains a built-in, asynchronous I/O library for file, socket, and HTTP communication. The HTTP and socket support allows Node.js to act as a web server without additional software such as Apache.
About Docker Hardened Images Docker Hardened Images are built to meet the highest security and compliance standards. They provide a trusted foundation for containerized workloads by incorporating security best practices from the start.
Git
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It is the most widely used modern version control system in the world.
About Docker Hardened Images Docker Hardened Images are built to meet the highest security and compliance standards. They provide a trusted foundation for containerized workloads by incorporating security best practices from the start.