The configure-container skill provides a comprehensive framework for managing container lifecycles within your development workflow. It automates the implementation of industry best practices, including multi-stage builds, non-root user enforcement, and minimal base image selection for Node.js, Python, Go, and Rust. Beyond Dockerfiles, it configures CI/CD workflows for multi-platform builds, integrates Trivy/Grype security scanning, and ensures OCI-compliant metadata labeling for registries like GHCR.
主な機能
01Configures GitHub Actions for multi-platform (ARM/AMD64) builds and caching
02Integrates automated vulnerability scanning using Trivy or Grype
03Automates multi-stage Dockerfile generation for minimal image sizes
0410 GitHub stars
05Enforces non-root execution and security hardening standards
06Standardizes .dockerignore and OCI labels for better registry management