-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triagedIssue has been triagedIssue has been triaged
Description
Feature request description
Please consider adding the sha256 hash to the output of the podman search
command.
Suggest potential solution
Many times an image has multiple tags with the same hash. It would be nice to be able to see the hash of the tagged image to be able to compare them
podman search --list-tags --limit=4 --show-hash registry
Results in
NAME TAG HASH
docker.io/library/registry 0.5.9 sha256:879af967e32a44f0ed03c7473d3809b944debc500f526bdf8b47ad5157e32653
docker.io/library/registry 0.6.0 sha256:ab3eedd3844caa91ec8df5545f078801362e7fce153100359af9dd7aaa3e73b7
docker.io/library/registry 0.6.1 sha256:4709ec3a661f842e2907c35a3aa05f0ea327354a0be289d1bbe9d82ebb25ae3b
docker.io/library/registry 0.6.2 sha256:933e32b4617abc19dcf27af4efe0cad38b7f22b39739ae7f7a3f060c7d1b8c5b
Also may need to show the OS/Arch
Have you considered any alternatives?
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.triagedIssue has been triagedIssue has been triaged