finalha
finalha

Reputation: 11

How to find the pulled date of an image in Harbor with skopeo inspect?

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

Answers (1)

Vad1mo
Vad1mo

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

Related Questions