-
Notifications
You must be signed in to change notification settings - Fork 183
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
Simplify installation process for windows by using winget
#939
Comments
I implemented a stop gap solution easily, see here: microsoft/winget-pkgs#104322 You can also embed a publish step in your GitHub Workflows to update the |
@asilverman Awesome! I just tested installing ORAS v1.0.0 on Win11 using Winget and it works fine! |
Should we close this issue since the instructions have been merged or are there more follow up items? |
@sajayantony I would suggest that a CI/CD step is added to the release pipeline of ORAS to update the package when a new version is released, this will not happen otherwise |
winget releaser seems like a nice option then. This isn’t currently triaged or assigned and maybe we can queue this up in the next patch update. |
@asilverman Good idea. I think we may need to add a cc @oras-project/oras-cli |
I can add the github actions, but I may need someone to create secrets and other admin items. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
It's completed and future improve can be found in #1025 |
What is the version of your ORAS CLI
No response
What would you like to be added?
Currently, the installation process for Windows is pretty involved...
winget-cli is a package manager for windows and it is pre-installed in most windows distributions. I would really like to be able to install oras client by leveraging
winget
Why is this needed for ORAS?
It reduces the barriers for adoption and makes installation simpler
Are you willing to submit PRs to contribute to this feature?
The text was updated successfully, but these errors were encountered: