-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ORAS helper command #114
Conversation
cmd/azoras/README.md
Outdated
azoras doesn't handle authentication, you need to login to your Azure ACR registry with the ORAS CLI. | ||
See https://oras.land/docs/how_to_guides/authentication for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
azoras doesn't handle authentication
seems to conflict with azoras provides a helper subcommand to login
. I think I get what this is trying to say (it won't use any ambient auth if you go directly to run the azoras deprecate
command) but that doesn't seem all that important vs. listing the relatively painless commands that you actually need to run to get it set up.
I think this could be moved into a note after the instructions, and I don't think it needs to be worded like azoras
is lacking a major feature, just pointing out what's going on behind the scenes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, I'll rephrase this section.
Co-authored-by: Davis Goodin <[email protected]>
Moved to our internal repo for now while we work on a pipeline etc. |
azoras
is a tool that helps work with the ORAS CLI and Azure ACR.The subcommands implement common workflows for image annotations and maintenance.
It currently implement three basic workflows:
azoras install
: Install the ORAS CLI from GitHub releasesazoras login
: Logs in the ORAS CLI to Azure ACR using the Azure CLIazoras deprecate
: Adds a end-of-life annotation to the given image or list of images