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)