Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:08 +08:00
commit 1adcb340cf
8 changed files with 182 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for container-registry-manager skill
- [ ] create_registry.sh - Automates the creation of container registries (ECR, GCR, Harbor) based on user-defined configurations.
- [ ] configure_registry.sh - Configures container registry settings such as access policies, security settings, and replication rules.
- [ ] validate_config.py - Validates the configuration files for container registries to ensure they adhere to best practices and security standards.
- [ ] cleanup_registry.sh - Script to delete old or unused images and repositories from the container registry.