carvel-dev / imgpkg

Store application configuration files in Docker/OCI registries
https://carvel.dev/imgpkg
Apache License 2.0
262 stars 62 forks source link

indicate that portion of the error comes from registry server #395

Open cppforlife opened 2 years ago

cppforlife commented 2 years ago

Describe the problem/challenge you have while reading imgpkg error, it may not be clear to a user that this portion of the error comes from the registry (which would be helpful to understand so that registry docs could be looked at instead of assuming it's an impkg problem).

Describe the solution you'd like we did something similar in kapp: client-something: API server says: server-something: https://github.com/vmware-tanzu/carvel-kapp/blob/48ff85d5a406257a43e7a8ce1706645ae1f50c85/pkg/kapp/resources/resources.go#L617.


Vote on this request

This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.

👍 "I would like to see this addressed as soon as possible" 👎 "There are other more important things to focus on right now"

We are also happy to receive and review Pull Requests if you want to help work on this issue.

github-actions[bot] commented 2 years ago

This issue is being marked as stale due to a long period of inactivity and will be closed in 5 days if there is no response.

joaopapereira commented 2 years ago

This sounds like an interesting UX optimization. Going to accept the feature