简体   繁体   中英

List all Azure container registry images via Golang

I would like to list all images from Azure registry via Golang.

What I founded is this: https://github.com/Azure-Samples/azure-sdk-for-go-samples/tree/main/sdk/resourcemanager/containerregistry but nothing from there seems to help me.

Any ideas please?

i'm not sure about the GO SDK, but you can always consume the REST API directly:

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.ContainerRegistry/registries?api-version=2019-05-01

https://docs.microsoft.com/en-us/rest/api/containerregistry/registries/list?tabs=HTTP

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM