Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

crane-0.12.0-bp155.1.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.5 for armv7hl

Name: crane Distribution: SUSE Linux Enterprise 15 SP5
Version: 0.12.0 Vendor: openSUSE
Release: bp155.1.1 Build date: Thu Dec 22 08:02:55 2022
Group: System/Management Build host: armbuild01
Size: 8432781 Source RPM: go-containerregistry-0.12.0-bp155.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/google/go-containerregistry
Summary: CLI tool for interacting with remote images and registries
Useful tips and things you can do with crane and other standard tools.

List files in an image
crane export registry.opensuse.org/opensuse/tumbleweed - | tar -tvf - | less

Export a file from an image
crane export registry.opensuse.org/opensuse/tumbleweed -  | tar -0xf - etc/passwd

Diff two configs
diff -u <(crane config busybox:1.32 | jq) <(crane config busybox:1.33 | jq)

Diff two manifests
diff -u <(crane manifest busybox:1.32 | jq) <(crane manifest busybox:1.33 | jq)

Diff filesystem contents
diff -u \
   <(crane export gcr.io/kaniko-project/executor:v1.6.0-debug - | tar -tvf - | sort) \
   <(crane export gcr.io/kaniko-project/executor:v1.7.0-debug - | tar -tvf - | sort)

Provides

Requires

License

Apache-2.0

Changelog

* Tue Dec 13 2022 Dirk Müller <dmueller@suse.com>
  - avoid file conflict on SLE15 and other older distributions
* Fri Oct 21 2022 Dirk Müller <dmueller@suse.com>
  - Initial package

Files

/usr/bin/crane
/usr/share/licenses/crane
/usr/share/licenses/crane/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 21:45:44 2024