List Docker Images

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

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

  • Find Parent Manifest Lists shows all multi-architecture images that include a specific single-architecture Docker image. This list allows you to identify dependencies before deleting an image.Find Parent Manifest Lists

  • 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.