What problem does it solve?
Container teams need a reliable way to store, distribute, and govern container images across multiple registries (cloud and self-hosted) while keeping authentication, retention, and security practices consistent.
Core Features & Use Cases
- Push/Pull Image Distribution: Tag, push, and pull images for Docker Hub, Amazon ECR, Azure ACR, Google GCR/Artifact Registry, GHCR, and self-hosted registries.
- Registry Authentication & Access Control: Configure logins (CLI and credential-helper approaches) and handle cross-account or principal-based access policies.
- Lifecycle, Retention, and Security: Implement lifecycle/retention policies to control storage growth and enable vulnerability scanning and image signing for supply-chain safety.
- Image Lifecycle Management Example: Keep only the most recent N images in ECR to reduce storage cost while maintaining predictable rollback availability.
Quick Start
Use this skill to push an image to your registry by running the appropriate docker login for your platform and then tagging the image with the registry URL before pushing it.