SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

crane rpm build for : openSUSE Tumbleweed. For other distributions click crane.

Name : crane
Version : 0.20.1 Vendor : openSUSE
Release : 1.3 Date : 2024-07-18 10:46:33
Group : System/Management Source RPM : go-containerregistry-0.20.1-1.3.src.rpm
Size : 9.98 MB
Packager : http://bugs_opensuse_org
Summary : CLI tool for interacting with remote images and registries
Description :
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)

RPM found in directory: /vol/rzm3/linux-opensuse/ports/i586/tumbleweed/repo/oss/i586

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
crane
crane(x86-32)

Requires :
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.2)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.2.4)
libc.so.6(GLIBC_2.3.2)
libc.so.6(GLIBC_2.32)
libc.so.6(GLIBC_2.34)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/bin/crane
/usr/share/licenses/crane
/usr/share/licenses/crane/LICENSE

 
ICM