You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a new flag added to all remote registry related commands:
--resolve <host:port:address>
So any outgoing request towards host:port should be resolve to address:port.
Why is this needed for ORAS?
So ORAS can be 1) used to debug registry services running locally; 2) hardcode DNS resolving to reduce DNS bouncing in geo-replicated registry services.
Are you willing to submit PRs to contribute to this feature?
Yes, I am willing to implement it.
The text was updated successfully, but these errors were encountered:
Should we make this flag --resolve a global option? I assume it can resolve only one address per request.
No we shouldn't. ORAS has a different option management mechanism. This flag will be added to the remote type in option package package and any command relevant to remote registry operation will have this flag.
qweeah
changed the title
Support customized DNS resolving from a host and port pair to a specific address
Support customized DNS resolving from a host to a specific addressNov 14, 2022
What is the version of your ORAS CLI
No response
What would you like to be added?
I would like to have a new flag added to all remote registry related commands:
So any outgoing request towards
host
:port
should be resolve toaddress
:port
.Why is this needed for ORAS?
So ORAS can be 1) used to debug registry services running locally; 2) hardcode DNS resolving to reduce DNS bouncing in geo-replicated registry services.
Are you willing to submit PRs to contribute to this feature?
The text was updated successfully, but these errors were encountered: