Zot Registry

Inspect OCI image manifests and verify registry pull secrets.

9|3|Updated Apr 16, 2024
One-click install
npx skills add https://github.com/keiretsu-labs/kubernetes-manifests --skill zot-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Zot Registry
Source: https://github.com/keiretsu-labs/kubernetes-manifests/tree/main/openclaw/workspaces/main/skills/zot-registry
Command: npx skills add https://github.com/keiretsu-labs/kubernetes-manifests --skill zot-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubectl, crane, skopeo, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps manage and troubleshoot operations related to OCI container registries, ensuring smooth image deployment and verification.

Core Features & Use Cases

  • Image Inspection: View image manifests, layers, and digests.
  • Troubleshooting: Diagnose "manifest invalid" errors and ImagePullBackOff issues.
  • Authentication: Verify and manage registry pull secrets.
  • Use Case: Debugging why a Kubernetes pod is failing to pull an image due to registry authentication or manifest issues.

Quick Start

Verify the pull secret for the zot registry in the openclaw namespace.

Frequently Asked Questions about Zot Registry

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

FAQPage Schema
How do I troubleshoot ImagePullBackOff errors caused by OCI registry authentication in Kubernetes?

To troubleshoot ImagePullBackOff errors, you can verify and manage Kubernetes registry pull secrets. This Skill inspects cluster authentication credentials to diagnose and resolve image pull failures.

Why does my Kubernetes pod fail to pull an image with a manifest invalid error?

A manifest invalid error occurs when the OCI image manifest is corrupted or unsupported. This Skill diagnoses registry issues by inspecting image manifests, layers, and digests to identify the root cause.

How do I inspect multi-arch manifest handling for Docker images in an OCI registry?

You inspect multi-arch manifests by viewing image manifests, layers, and digests within the OCI registry. This Skill handles multi-arch manifest operations to verify correct image architecture configurations.

Do I need kubectl, crane, and skopeo to manage OCI container registry images?

Yes, you need kubectl, crane, and skopeo installed. These dependencies are required to interact with the Kubernetes cluster secrets and perform OCI registry operations like image inspection and troubleshooting.

What is the best way to verify registry pull secrets for an OCI registry in a specific namespace?

The best way to verify pull secrets is by checking the authentication credentials configured for your target namespace. This Skill validates registry pull secrets to ensure correct authentication for image pulls.