skopeo
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.
- Versions: 1.18.0
- 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 the latest version of skopeo
as follows:
guix install skopeo
Or install a particular version:
guix install skopeo@1.18.0
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.
Badge code
You can use the following badge to inform users of skopeo about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/skopeo'><img src='https://packages.guix.gnu.org/packages/skopeo/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/skopeo)
Example Org:
[[https://packages.guix.gnu.org/packages/skopeo][https://packages.guix.gnu.org/packages/skopeo/badges/latest-version.svg]]