skopeo

skopeo 1.24.1

Command line utility for various operations on container images and image repositories

https://github.com/podman-container-tools/skopeo
Apache License 2.0
main program: skopeoprograms: skopeo
Platforms (30)
loongarch64-linuxwasm32-wasip1mipsel-linuxx86_64-freebsdmicroblazeel-linuxarmv7a-linuxx86_64-linuxaarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  skopeo
];
Ad-hoc shell
nix-shell -p skopeo
Flake (nix run)
nix run nixpkgs#skopeo