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

skopeo 1.15.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:

  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 skopeo 1.15.0 as follows:

guix install skopeo@1.15.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.