Billy Zha
Billy Zha
> Any news about this issue? @shizhMSFT @FeynmanZhou @sajayantony for planning
oras won't set limitation for uploading, the best effort oras can do is to parallelize the uploading. > time=2023-04-10T16:23:23-07:00 level=debug msg=Request #9 time=2023-04-10T16:37:19-07:00 level=debug msg=Response #9 Looks like uploading the...
@rachelwaldon > And by parallelize the uploading, you mean I could use the --concurrency flag for the push command? Yes, but in my humble opinion, there is only **one** blob...
@rachelwaldon This repository only contains **oras command line application**. The issue you met is caused by Apptainer, which is built upon [v1 release of **oras-go SDK**](https://github.com/oras-project/oras-go/tree/v1), can you help move...
> enabling debug output might help too Current debug output shows HTTP header but not body, user might still see no output in debug when pushing pends for uploading the...
FYI: For consistent logging as an CLI executable, there is an existing issue: https://github.com/oras-project/oras/issues/638
> Reference current situation: > - https://github.com/oras-project/oras/blob/main/cmd/oras/internal/option/common.go#L32:L49 > - https://github.com/oras-project/oras/blob/main/cmd/oras/internal/display/print.go#L47:L58 The mentioned situations cover totally different user scenarios. The former is targeted on stderr output for correlated http tracing, the...
@TerryHowe Are you suggesting that you found some current output that should be replaced with logs? > there is display output like you'd get from oras repo tags that should...
Putting it to future to avoid being marked as stale.
This looks similar to https://github.com/oras-project/oras/issues/346. +@ndeloof who helped raise the issue.