How to get list of published docker images from GCP registry programmatically
问题 I'm trying to find some API (for example java, but could be some other) how to get published docker image names / tags from google cloud platform registry. I found how to do this using gcloud console commands: gcloud container images list-tags gcr.io/[GCP_REPOSITORY_NAME] And it basically gave what I want, but it is console and I need this data get programmatically on back-end side. Any ideas guys? Thanks in advance. 回答1: Currently there is no REST API for the Google Container Registry