Skopeo
Akshay Padale
?? System Administrator | Linux | AWS Cloud | RHCSA Certified | DevOps | CI/CD | Automation | Kubernetes | Docker | Cloud Architect
Skopeo is a tool for manipulating, inspecting, signing, and transferring container images and image repositories on Linux? systems, Windows and MacOS. Like Podman and Buildah, Skopeo is an open source community-driven project that does not require running a container daemon.
With Skopeo, you can inspect images on a remote registry without having to download the entire image with all its layers, making it a lightweight and modular solution for working with container images across different formats, including Open Container Initiative (OCI) and Docker images.
Commands:
copy ==>Copy an IMAGE-NAME from one location to another
delete ==>Delete image IMAGE-NAME
generate-sigstore-key ==>Generate a sigstore public/private key pair
help ==>Help about any command
inspect ==>Inspect image IMAGE-NAME
list-tags ==>List tags in the transport/repository specified by the SO