containerd / containerd/nerdctl
image docker id (digest of image config) is not supported in nerdctl inspect
- Dominant language
- Go
- Stars
- 10.4k
- Forks
- 826
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 44
Description
### Description
Image docker id (digest of image config) is not supported in nerdctl inspect
Is this intentional? Should we try to support it or add documentation to warn users that it is not supported?
### Steps to reproduce the issue
1. `nerdctl pull public.ecr.aws/amazonlinux/amazonlinux:2`
2. `nerdctl image inspect public.ecr.aws/amazonlinux/amazonlinux:2`
3. `nerdctl image inspect `
### Describe the results you received and expected
```
FATA[0000] 1 errors:
no such image:
```
In docker, it can work.
### What version of nerdctl are you using?
1.4.0
### Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
### Host information
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.