Skip to content

How to manage authentication for container registries using PACK? #203

Answered by dfreilich
jigth98 asked this question in Q&A
Discussion options

You must be logged in to vote

Pack doesn't directly manage authentication, it uses local docker authentication for that. We didn't want to introduce our own authentication into the mix, and somehow expose things - instead, if you want to use a TOKEN or one-time authentication, you'd have to see how your container registry provides that for normal docker commands, and just use docker login to set the authentication.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jigth98
Comment options

Answer selected by dfreilich
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants