-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Building with podman-remote hangs #6237
Comments
@baude PTAL |
can you provide the dockerfile in question? |
Here it is: FROM busybox
RUN true |
To terminate a connection of varlink, say after sending a file, we need to send a message containing a delimiter of ':' so the client knows to hang up. Fixes: containers#6237 Signed-off-by: Brent Baude <[email protected]>
To terminate a connection of varlink, say after sending a file, we need to send a message containing a delimiter of ':' so the client knows to hang up. Fixes: containers#6237 Signed-off-by: Brent Baude <[email protected]>
Thanks @baude: I tried upgrading (to But it now seems to hang on the second step, and eventually time-out:
Is there something similar needed, for other parts of the protocol too ?
|
Here is how it looks with 1.8.2: (i.e. when not cached, same VM as above)
|
@afbjorklund it finished for me ... ill try multiple times. |
|
|
The environment is still a bit shaky in general, it's not unheard of to get timeouts and such.
It is running a privileged container (in podman), and in this one it runs the varlink bridge... Both started with I don't think the VM-based environment has similar issues, then again it still runs 1.8.2. So I will check if we have the same problems in VirtualBox too, after upgrading to 1.9.x |
Upgraded to Ubuntu 20.04 and podman 1.9.2 (from the opensuse kubic repositories), same thing. So most likely we will downgrade this to 1.8.2 for the release. Will try to rebuild the source package. UPDATE: Was fixed in 1.9.3 |
To terminate a connection of varlink, say after sending a file, we need to send a message containing a delimiter of ':' so the client knows to hang up. Fixes: containers#6237 Signed-off-by: Brent Baude <[email protected]>
@afbjorklund Have you had a chance to try this with podman v2? |
@rhatdan : Haven't tried 2.0 RC yet, but it works OK with podman 1.9.3 |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Trying to do a
podman build
over podman-remote, and the connection gets stuck.This happens with both 1.9.0 and 1.9.1, but works OK with 1.8.2. On Ubuntu 19.10
The workaround is running "sudo podman build" remotely (over ssh), which works.
But that means that the user needs to transport the entire build context themselves.
From kubernetes/minikube#8063
Tried to debug, but not sure how ?
Steps to reproduce the issue:
minikube start --driver podman
eval $(minikube podman-env)
podman-remote build .
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: