docker hub API & skopeo

docker hub API

Search API:

https://hub.docker.com/api/content/v1/products/search?page=1&page_size=100&source=community&q=*

Query Repository:

https://hub.docker.com/v2/repositories/library/centos

Query Tags:

https://hub.docker.com/v2/repositories/library/centos/tags/?page=1&page_size=100


skopeo command

skopeo --override-os linux --override-arch arm --override-variant v5 inspect --config docker://library/nginx:stable

Guess you like

Origin blog.csdn.net/qq_44789957/article/details/131065877