skopeo 1.18.0
Interact with container images and container image registries
skopeo
is a command line utility providing various operations with container images and container image registries. It can:
Copy container images between various containers image stores, converting them as necessary.
Convert a Docker schema 2 or schema 1 container image to an OCI image.
Inspect a repository on a container registry without needlessly pulling the image.
Sign and verify container images.
Delete container images from a remote container registry.
- Outputs:
out
- Website: https://github.com/containers/skopeo
- Licenses: ASL 2.0
- Package source: gnu/packages/virtualization.scm
- Builds: See build status
- Issues: See known issues
Installation
Install skopeo 1.18.0
as follows:
guix install skopeo@1.18.0
Or install the latest version:
guix install skopeo
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.