Skip to content

guided-traffic/container-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Container Images

Production-ready, security-hardened container images with automated weekly rebuilds.

🎯 Purpose

This repository provides continuously updated container images that are:

  • Security-first: Weekly automated rebuilds ensure the latest security patches
  • Production-ready: Targeting Docker Hub Scout "A" rating with minimal CVEs
  • Supply-chain secured: Every image includes SLSA provenance, SBOMs, and Cosign signatures
  • Multi-architecture: Built for linux/amd64 and linux/arm64

📦 Available Images

All images are published to Docker Hub: guidedtraffic on Docker Hub

Image Description Docker Hub
etcd-client Ubuntu minimal with etcd client tools guidedtraffic/etcd-client
network-debug Network debugging toolkit guidedtraffic/network-debug
thanos Thanos monitoring on Debian slim guidedtraffic/thanos

🚀 Quick Start

# Pull an image
docker pull guidedtraffic/etcd-client:latest

# Verify signature (requires cosign)
cosign verify guidedtraffic/etcd-client:latest

# View SBOM
docker sbom guidedtraffic/etcd-client:latest

🔒 Security

  • Automated scanning: Trivy vulnerability scans on every build
  • Weekly rebuilds: Every Sunday at 20:00 UTC to apply latest patches
  • Supply chain attestation: SLSA provenance, SBOMs (SPDX, CycloneDX), Cosign signatures
  • Transparency: Security scan results available in the Security tab

🛠️ Contributing

Want to add a new image? Simply:

  1. Copy an existing image directory (e.g., cp -r etcd-client/ my-image/)
  2. Edit image.yml with your metadata
  3. Modify Containerfile for your use case
  4. Commit and push - the CI/CD pipeline auto-discovers and builds it

See .github/copilot-instructions.md for detailed development guide.

📋 Build Status

Images are automatically built and published on:

  • Every commit affecting Containerfile or image.yml
  • Weekly schedule (Sunday 20:00 UTC)
  • Manual workflow dispatch

📄 License

See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors