Container Registry Management

🌐Community
by aj-geddes · vlatest · Repository

Automates container image pushing, pulling, tagging, and deletion within specified registry repositories.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add container-registry-management npx -- -y @trustedskills/container-registry-management
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "container-registry-management": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/container-registry-management"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates container image management within specified registries, encompassing a range of operations like pushing, pulling, tagging, and deleting images. It enables comprehensive registry management features including image scanning for vulnerabilities, implementing retention policies, managing access control, and setting up multi-region replication. The skill supports detailed implementations using AWS ECR (Elastic Container Registry).

When to use it

  • Managing container image storage and distribution.
  • Performing security scans and ensuring compliance with regulatory requirements.
  • Implementing automated image retention and cleanup processes.
  • Controlling access to your container registry.
  • Deploying applications across multiple regions.

Key capabilities

  • Image scanning for vulnerabilities.
  • Implementation of image retention policies.
  • Management of registry access control.
  • Multi-region replication of images.
  • Support for AWS ECR setup and management.
  • Image signing and verification (using Notary).
  • Image tag immutability.

Example prompts

  • "Set up an ECR repository named 'myapp' in the us-east-1 region."
  • "Implement a retention policy to delete images older than 30 days from the registry."
  • "Enable image scanning on push for all new images uploaded to the registry."

Tips & gotchas

  • This skill requires familiarity with AWS ECR and related concepts.
  • Refer to the reference guides within the skill's repository for detailed implementation instructions.
  • Ensure proper IAM roles are configured to grant the necessary permissions for registry access and management.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
aj-geddes
Installs
92

🌐 Community

Passed automated security scans.