Mirror repository for images that are used in tooling.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
renovate-bot e1ef501cf0
All checks were successful
ci/woodpecker/push/move_staging Pipeline was successful
ci/woodpecker/cron/auto_merge Pipeline was successful
ci/woodpecker/cron/move_prod Pipeline was successful
ci/woodpecker/cron/renovate Pipeline was successful
maint: Update cgr.dev/chainguard/wolfi-base:latest Docker digest to 0a430fc #30
Merged automatically
2026-08-10 03:19:08 +00:00
.markdownlint.json Initial commit 2026-06-02 14:16:39 +00:00
.prettierrc Initial commit 2026-06-02 14:16:39 +00:00
.trivyignore ci: Add CVE exceptions (#25) 2026-08-06 08:21:24 +00:00
images.ini maint: Update cgr.dev/chainguard/wolfi-base:latest Docker digest to 0a430fc #30 2026-08-10 03:19:08 +00:00
LICENSE Initial commit 2026-06-02 14:16:39 +00:00
README.md Add debian dhi images (#13) 2026-06-28 17:16:24 +00:00
renovate.json ci: Use central renovate config (#26) 2026-08-06 08:36:44 +00:00

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.