ps - i know about 3rd party action.
Tool name
crane
Tool license
Apache License Version 2.0
Add or update?
Desired version
v0.21.9
Approximate size
15 MB
Brief description of tool
https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md
Crane is a tool for managing container images
URL for tool's homepage
https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md
Provide a basic test case to validate the tool's functionality.
Diff two manifests
diff <(crane manifest busybox:1.32 | jq) <(crane manifest busybox:1.33 | jq)
Get total image size
crane manifest gcr.io/buildpacks/builder:v1 | jq '.config.size + ([.layers[].size] | add)'
Platforms where you need the tool
Runner images where you need the tool
Can this tool be installed during the build?
go install github.com/google/go-containerregistry/cmd/crane@latest
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response
ps - i know about 3rd party action.
Tool name
crane
Tool license
Apache License Version 2.0
Add or update?
Desired version
v0.21.9
Approximate size
15 MB
Brief description of tool
https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md
Crane is a tool for managing container images
URL for tool's homepage
https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md
Provide a basic test case to validate the tool's functionality.
Platforms where you need the tool
Runner images where you need the tool
Can this tool be installed during the build?
Tool installation time in runtime
No response
Are you willing to submit a PR?
No response