We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run below command in bash, I got unexpected panic
$ oras-main push --artifact-type my.test/example --config <(echo 123):bar/test localhost:5000/test:config foo panic: strings: negative Repeat count goroutine 9 [running]: strings.Repeat({0x98e380?, 0x12?}, 0xc0002d7df8?) /home/azureuser/bin/go/src/strings/strings.go:554 +0x318 oras.land/oras/cmd/oras/internal/display/progress.(*status).String(0xc0000b58c0, 0x78) /home/azureuser/go/pkg/mod/oras.land/[email protected]/cmd/oras/internal/display/progress/status.go:128 +0x452 oras.land/oras/cmd/oras/internal/display/progress.(*manager).render(0xc000076cc0) /home/azureuser/go/pkg/mod/oras.land/[email protected]/cmd/oras/internal/display/progress/manager.go:100 +0xcd oras.land/oras/cmd/oras/internal/display/progress.(*manager).start.func1() /home/azureuser/go/pkg/mod/oras.land/[email protected]/cmd/oras/internal/display/progress/manager.go:77 +0xf6 created by oras.land/oras/cmd/oras/internal/display/progress.(*manager).start in goroutine 1 /home/azureuser/go/pkg/mod/oras.land/[email protected]/cmd/oras/internal/display/progress/manager.go:71 +0x7c
Should output proper error message rather than panic.
Try below command with bash
oras push --artifact-type my.test/example --config <(echo 123):bar/test localhost:5000/test:config foo
Version: 1.1.0+unreleased Go version: go1.21.0
Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
This issue is already fixed by #1178
Sorry, something went wrong.
No branches or pull requests
What happened in your environment?
When I run below command in bash, I got unexpected panic
What did you expect to happen?
Should output proper error message rather than panic.
How can we reproduce it?
Try below command with bash
What is the version of your ORAS CLI?
Version: 1.1.0+unreleased
Go version: go1.21.0
What is your OS environment?
Ubuntu 20.04
Are you willing to submit PRs to fix it?
The text was updated successfully, but these errors were encountered: