This package browser is in early development. Mind the rough edges.

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:

  1. Copy container images between various containers image stores, converting them as necessary.

  2. Convert a Docker schema 2 or schema 1 container image to an OCI image.

  3. Inspect a repository on a container registry without needlessly pulling the image.

  4. Sign and verify container images.

  5. Delete container images from a remote container registry.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/skopeo/badges/latest-version.svg)](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]]