List Docker Images

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

Artifactory supports the following REST API endpoints related to Docker registries:

  • List Docker Repositories provides a list of Docker images in the specified Artifactory Docker registry. This endpoint mimics the Docker _catalog REST API.List Docker Repositories

  • List Docker Tags provides a list of tags for the specified Docker image.List Docker Tags

Artifactory also supports pagination for this endpoint.

To enable fetch from cache using the List Docker Repositories and the List Docker Tags REST APIs, set the artifactory.docker.catalogs.tags.fallback.fetch.remote.cache system property to true (default false) in the artifactory.system.properties file:List Docker RepositoriesList Docker Tags

## Enable fetch from cache in Docker repositories
#artifactory.docker.catalogs.tags.fallback.fetch.remote.cache=true

Artifactory needs to be restarted for this change to take effect.