DEV Community

Cover image for 🐳 Slim, Scan, Ship Your Docker Containers – Fully Automated
raymonepping
raymonepping

Posted on

🐳 Slim, Scan, Ship Your Docker Containers – Fully Automated

Introduction

Ever feel like your Docker images are getting bloated, full of secrets, or just generally out of control?
Yeah, I’ve been there. So I built a Homebrew-installable CLI that optimizes, hardens, scans, and ships your Docker images—in one sweep.

—-

🚀 What’s Inside?

• Image slimming with docker-slim
• Automated scanning (Trivy, Grype, Dive, Hadolint, and more)
• Push to Docker Hub—auto-tagged and multi-arch
• Markdown logs and reporting for your CI/CD pipelines

—-

🧑‍💻 Read the full story, the how, and grab the tools:

👉 “🐳 Slim, Scan, Ship Your Docker Containers

No more wrestling with scripts or fighting your build pipeline.


Other articles in this series:

HashiCorp Vault Radar:
Part I: 🚨 HashiCorp Vault Radar-Scan-CLI
Part II: 🛡️ Automate Secret and PII Scanning in Jenkins With HashiCorp Vault Radar
Part III: 🧪 From Brew to Container: Running Vault Radar in GitHub Actions Like a Pro

Docker:
Part I: 🏗️ Docker Image Build Made Easy: build_container.sh for Building and Registering Containers with HCP Packer
Part II: 🚀 Docker Image Optimization Made Easy: slim_container.sh for Slimming, Scanning, and Tagging
Part III: 🐳 Slim, Scan, Ship, Your Docker Containers

Top comments (0)