skopeo
skopeo 1.24.1
Command line utility for various operations on container images and image repositories
https://github.com/podman-container-tools/skopeoApache License 2.0
main program: skopeoprograms: skopeo
Maintainers
Platforms (30)
loongarch64-linuxwasm32-wasip1mipsel-linuxx86_64-freebsdmicroblazeel-linuxarmv7a-linuxx86_64-linuxaarch64-linux
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