-
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
podman build -q output prefixes image id with '--> '/'--> Using cache ' #3191
Comments
@TomSweeneyRedHat PTAL |
@tmds can you share the Dockerfile that you used? I don't have a v1.3.1 handy, but using this Dockerfile:
I'm not seeing the error in upstream.
I think, but can't swear to it that this was a fix not too long ago, but I thought it would have been in v1.3.1. |
@TomSweeneyRedHat it is not failing. The output format is not matching my expectations: Instead of:
My expectation (based on
|
Yes I agree we should not do the --> |
@TomSweeneyRedHat will this be implemented in one of the next releases? |
@tmds thanks for the reminder. Let me see if I can crank this out quickly, I'd set it aside for other fires. |
Remove the `-->` from in front of the imageID that's printed in the last line of output from a `buildah bud` command. Fixes: containers/podman#3191 Signed-off-by: TomSweeneyRedHat <[email protected]>
Hi, Still, the output of "podman build -q" doesn't match the output of "docker build -q":
Is it possible to match the docker output ? It's quite handy to easily fetch an image id with: Cheers, |
@Romain-Geissler-1A can you create a new issue? |
@Romain-Geissler-1A that should be quiet and I thought it was. Me thinks we've had a change somewhere to not make it quiet any more. Drat! Thanks for the heads up. As this is build issue, I've created a new issue under Buildah and tried to tag you in it so you can follow. |
Actual:
Expected: no prefix so the output is a directly usable image id.
podman v1.3.1.
The text was updated successfully, but these errors were encountered: