managing-container-registries

Create and configure container registries on AWS ECR, Google GCR, and Harbor.

2.6k|379|Updated Oct 10, 2025
One-click install
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus --skill managing-container-registries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-container-registries
Source: https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/plugins/devops/container-registry-manager/skills/container-registry-manager
Command: npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus --skill managing-container-registries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill empowers Claude to assist users in managing their container registries across various platforms like AWS ECR, Google GCR, and Harbor. It provides the ability to generate configurations, implement best practices, and ensure secure and scalable architectures for container image storage and management.

Core Features & Use Cases

  • Registry Creation: Create new repositories on ECR, GCR, or Harbor.
  • Access Configuration: Grant and manage access permissions with least privilege.
  • Deployment Integration: Generate configurations for CI/CD pipelines related to registries.
  • Use Case: Create an ECR repository named my-app-images in us-west-2 and get instructions on how to push images.

Quick Start

User request: "Create an ECR repository named 'my-app-images' in the 'us-west-2' region."

The skill will:

  1. Generate the necessary AWS CLI commands or Terraform configuration to create the ECR repository.
  2. Provide instructions on how to push container images to the newly created repository.

Frequently Asked Questions about managing-container-registries

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and manage container registries across AWS ECR, Google GCR, and Harbor?

Container registry management enables creation, configuration, and governance of registries on ECR, GCR, or Harbor. This skill generates production-ready Terraform and AWS CLI configurations to create repositories, configure access controls with least-privilege permissions, and integrate with CI/CD pipelines for secure container image storage.

What's the best way to set up access control and security policies for container registries?

Implement least-privilege access control by defining granular permissions for each registry user or service. This skill generates security configurations enforcing role-based access, image signing policies, and encryption settings across ECR, GCR, and Harbor to prevent unauthorized image pushes and pulls.

How do I push container images to ECR or GCR after creating a registry?

After registry creation, authenticate your Docker client using AWS CLI or gcloud credentials, tag your image with the registry URI, then push it. This skill provides step-by-step instructions and pre-generated authentication commands for both ECR and GCR workflows.

Can I automate container registry deployment with infrastructure-as-code tools?

Yes. This skill generates Terraform and AWS CLI code to automate registry provisioning, versioning strategy configuration, and CI/CD pipeline integration, eliminating manual setup and ensuring consistent, repeatable deployments across environments.

What container registry platforms does this support?

This skill supports AWS ECR, Google GCR, and Harbor. Each platform receives native configuration generation, access management, and deployment integration tailored to its specific API and workflow requirements.

Do I need existing registries before using this skill, or can it create them from scratch?

This skill creates registries from scratch. No pre-existing registries are required—it handles complete setup: repository creation, access policy configuration, and deployment readiness for new container image storage.