Cannot check image by name using ctr. #5334
-
I want to check the presence of a specific image using ctr. When I run
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looks like we may not have a good place where the filters are documented. This code shows the supported filters for containerd/metadata/adaptors.go Line 30 in 7e3fd8d In short, it supports
|
Beta Was this translation helpful? Give feedback.
Looks like we may not have a good place where the filters are documented. This code shows the supported filters for
image
operations:containerd/metadata/adaptors.go
Line 30 in 7e3fd8d
In short, it supports
name
,target
,labels
, andannotations
; so for your use case,name
is the missing link: