Reputation: 11
How to get the docker image when has been pulled with skopeo inspect?
When I use skopeo inspect --tls-verify=false docker://${image_path}:${tag} --config I can only find the key value "created" without "pulled". If skopeo is not OK, curl should be OK.
Upvotes: 1
Views: 722
Reputation: 5543
The pulled date is not part of the spec. The pull date is only in Harbor and skopeo is only spec compliant. Using curl, harbor-cli or api client will do it.
Upvotes: 1