All Tools
S
Dev ToolsFreeOpen Source
SKOPEO
Copy and inspect images across OCI registries
Apache-2.0
ABOUT
Promoting a PyTorch or CUDA image between registries usually means docker pull then docker push, which needs a daemon, disk for every layer, and extra credentials. Skopeo copies, inspects, and deletes remote images by talking to registries directly, so CI can move model artifacts across Harbor, ECR, or GHCR without a local Docker socket or a full layer cache.
INSTALL
brew install skopeoINTEGRATION GUIDE
1. Copy a signed model-serving image from CI into a production registry without docker pull
2. Inspect OCI manifests and digests of CUDA base images before a training job
3. Sync tags between Harbor and a cloud registry as part of an ML promotion pipeline
4. Delete stale experiment image tags from a registry without a Docker daemon
5. Verify remote image architecture and layers before scheduling GPU workloads
TAGS
containersociregistryimagesdevopsci-cdpodman