-
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
build: remote is verbosier than local #8343
Comments
- images: confirm that 'podman images' emits headings even if there are no images present. Intended to replace e2e test which is difficult to get working under podman-remote. - build: add test for containers#8092, podman-build gobbling stdin. Workaround needed for issues containers#8342 and containers#8343, in which podman-remote output differs from podman local. - volumes: add test for containers#8307, double-lock on same volume. Signed-off-by: Ed Santiago <[email protected]>
@nalind WDYT? |
@edsantiago I don't have easy access to Docker, could you see if Docker puts out this information about blobs? |
Unfortunately it seems I no longer have a way to run docker either. Something has changed in the year or so since I last tried to set up RHEL subscriptions; it doesn't work any more. I've wasted an hour of my Sunday morning on it, giving up now. Will try again on Monday. |
I think that output is written to the |
You get the output when --layers=false |
|
A friendly reminder that this issue had no activity for 30 days. |
I don't think this is a bug, it is just caused by cached images. Closing. |
An unexpected (to me) difference in output between
podman
andpodman-remote
:$ printf "FROM alpine\nRUN true\n" | bin/podman-remote build -t foo -
Output below is podman(left), podman-remote (right)
It's probably not a big deal, and I'm OK with closing this as NOTABUG. I'm just curious if I should adapt my tests to work around this.
master @ 4eb9c28
If this is fixed, please update test:
podman/test/system/070-build.bats
Lines 358 to 367 in 9fa09a8
The text was updated successfully, but these errors were encountered: