-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
short-name aliasing #7964
short-name aliasing #7964
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vrothberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
f28e6a5
to
32fff74
Compare
e2a3205
to
6f00ddb
Compare
/retest |
Ah ! It seems they're restarting on their own, awesome! |
Sorry if this is a stupid question, but how are you planning to handle podman-remote? Right now it just prompts on the server side (which the remote user can never see). I've tried my best to search for 'remote' in this PR. |
We don't (yet?) have special plans for remote. Depending on the configuration, the service endpoint may either fall back to trying out all search registries or it will error out. Wiring prompting into the remote client would be quite a challenge. We had to do all the magic to remote-control the terminal for prompting and change an unknown amount of interfaces in the code to pass down the remote stream through all code paths that may (or may not) reach short-name resolution. |
@containers/podman-maintainers PTAL Note that you need to set |
72f9b8d
to
2720028
Compare
db63a7d
to
6d37f00
Compare
edfbfda
to
2a8cfff
Compare
@containers/podman-maintainers PTAL Note that this PR vendors a non-release Buildah. My weekend is coming closer and we don't need to block until a Buildah release for this to be merged (or even for an RC). |
LGTM |
Add support for short-name aliasing. Signed-off-by: Valentin Rothberg <[email protected]>
2a8cfff
to
8e4a42a
Compare
@rhatdan why did you re-wip? |
Because of the Buildah vendor. |
You could merge if you want, but we can not release until Buildah version bump. |
@rhatdan, we don't need to block this PR on the Buildah release. We can vendor Buildah again later. I'll be on PTO on Monday and don't want to block Podman. |
/hold cancel |
Based on containers/image#1061 to allow for testing and playing around.