-
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
podman-remote: build: does not emit 'STEP' #7136
Comments
@vrothberg is non-remote podman ideal, or should it also emit the |
hmm, fwiw, non-remote won't say hi to me :(
|
I see the
|
@zhangguanzhang thanks! @vrothberg So, podman-remote doesn't seem to be using cache either as I can see the message echoed everytime. That should also be made similar to non-remote, yes? |
Yes, a server-side cache could be quite helpful. |
A friendly reminder that this issue had no activity for 30 days. |
@jwhonce Has this fix been merged yet? |
* Refactor/Rename channel.WriteCloser() to encapsulate the channel * Refactor build endpoint to "live" stream buildah output channels over API rather then buffering output * Refactor bindings/tunnel build because endpoint changes * building tar file now in bindings rather then depending on caller * Cleanup initiating extra image engine * Remove setting fields to zero values (less noise in code) * Update tests to support remote builds Fixes containers#7136 Fixes containers#7137 Signed-off-by: Jhon Honce <[email protected]>
Also, other output is out of order, and includes unexpected cruft.
In window 1:
$ ./bin/podman system service --timeout=0
In window 2:
Comparison against non-remote:
The text was updated successfully, but these errors were encountered: