Skip to content
/ azc8d Public

Example tool to use azure auth with containerd pull

License

Notifications You must be signed in to change notification settings

cpuguy83/azc8d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example tool to use containerd to pull from ACR registries using the Azure SDK for authenticating to an Azure Container Reigstry. This example requires containerd >= 1.7 due to its use of the containerd transfer service, but older versions could be used by replacing the transfer service usage with client.Pull

This if for example purposes only

Usage

$ az login --identity
$ go run . <name>.acurecr.io/<repo>:<tag>
# <output elided>

Replace <name> with the name of your ACR instance and <repo>:<tag> with the image/tag you want to pull from.

About

Example tool to use azure auth with containerd pull

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages