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,10 @@
# Assets
Bundled resources for container-registry-manager skill
- [ ] config_templates/ecr_config.yaml - Template for configuring AWS ECR.
- [ ] config_templates/gcr_config.yaml - Template for configuring Google Container Registry.
- [ ] config_templates/harbor_config.yaml - Template for configuring Harbor container registry.
- [ ] example_policies/ecr_policy.json - Example IAM policy for ECR access.
- [ ] example_policies/gcr_policy.json - Example IAM policy for GCR access.
- [ ] example_policies/harbor_policy.json - Example policy for Harbor access.