Skip to content
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

feat: add concurrency flag for oras pull #621

Merged
merged 2 commits into from
Sep 26, 2022

Conversation

wju-MSFT
Copy link
Contributor

@wju-MSFT wju-MSFT commented Sep 26, 2022

Resolves: #620
Signed-off-by: Jun wju@microsoft.com

Signed-off-by: Jun <wju@microsoft.com>
cmd/oras/push.go Outdated
@@ -86,7 +86,7 @@ Example - Push file "hi.txt" with multiple tags:

Example - Push file "hi.txt" with multiple tags and concurrency level tuned:
oras push --concurrency 6 localhost:5000/hello:tag1,tag2,tag3 hi.txt
`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we put this change in #617?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sg.

Signed-off-by: Jun <wju@microsoft.com>
Copy link
Contributor

@shizhMSFT shizhMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shizhMSFT shizhMSFT merged commit 3528c7f into oras-project:main Sep 26, 2022
TerryHowe pushed a commit to TerryHowe/oras that referenced this pull request Feb 2, 2023
Signed-off-by: Jun <wju@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature request: add concurrency flag for oras pull
2 participants