Post History
With the inspect subcommand, and you probably want to set a format to filter out all the other clutter: $ skopeo inspect --format='{{ .Digest }}' docker://docker.io/snipe/snipe-it:v6.3.4 sha256:...
Answer
#2: Post edited
- With the [`inspect`](https://man.archlinux.org/man/skopeo-inspect.1) subcommand, and you probably want to set a format to filter out all the other clutter:
```bash$ skopeo inspect --format='{{ .Digest }}' docker://docker.io/snipe/snipe-it:v6.3.4 [11:15:40]- sha256:c902a78f9a2f4f13c5b8c8b89430937438c7fdd47abdce945c608cf9adb21e7d
- ```
- With the [`inspect`](https://man.archlinux.org/man/skopeo-inspect.1) subcommand, and you probably want to set a format to filter out all the other clutter:
- ```shell
- $ skopeo inspect --format='{{ .Digest }}' docker://docker.io/snipe/snipe-it:v6.3.4
- sha256:c902a78f9a2f4f13c5b8c8b89430937438c7fdd47abdce945c608cf9adb21e7d
- ```
#1: Initial revision
With the [`inspect`](https://man.archlinux.org/man/skopeo-inspect.1) subcommand, and you probably want to set a format to filter out all the other clutter: ```bash $ skopeo inspect --format='{{ .Digest }}' docker://docker.io/snipe/snipe-it:v6.3.4 [11:15:40] sha256:c902a78f9a2f4f13c5b8c8b89430937438c7fdd47abdce945c608cf9adb21e7d ```