Skip to content
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

disk: Don't pass stdin to install run, also set up cancellation #41

Merged
merged 1 commit into from
May 20, 2024

Conversation

cgwalters
Copy link
Contributor

This fixes a regression in the previous commit; the attachment takes over stdin and was competing with the ssh client. We have no need for interactivity, so don't pass stdin.

While we're here, also set up cancellation for the attachment so that we know the operation is done when exiting the function, as we also want to transfer ownership of stdout/stderr back.

This fixes a regression in the previous commit; the attachment
takes over stdin and was competing with the ssh client.  We
have no need for interactivity, so don't pass stdin.

While we're here, also set up cancellation for the attachment
so that we know the operation is done when exiting the function,
as we also want to transfer ownership of stdout/stderr back.

Signed-off-by: Colin Walters <walters@verbum.org>
@ckyrouac ckyrouac merged commit c7ee261 into containers:main May 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants