-
Notifications
You must be signed in to change notification settings - Fork 788
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 is not completely quiet #1897
Labels
from Podman
This issue was either first reported on the Podman issue list or when running 'podman build'
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Comments
TomSweeneyRedHat
added
kind/bug
Categorizes issue or PR as related to a bug.
from Podman
This issue was either first reported on the Podman issue list or when running 'podman build'
labels
Oct 5, 2019
TomSweeneyRedHat
changed the title
podman build -q is not completely quiest
podman build -q is not completely quiet
Oct 5, 2019
tylarb
added a commit
to tylarb/buildah
that referenced
this issue
Oct 15, 2019
+ Add a helper function inside of `(s *StageExecutor) Execute()` to handle "using cache" messages Authored-by: Tyler Ramer <[email protected]> --- Addresses containers#1897
tylarb
added a commit
to tylarb/buildah
that referenced
this issue
Oct 15, 2019
+ Add a helper function inside of `(s *StageExecutor) Execute()` to handle "using cache" messages Authored-by: Tyler Ramer <[email protected]> --- Addresses containers#1897
tylarb
added a commit
to tylarb/buildah
that referenced
this issue
Oct 15, 2019
+ Add a helper function inside of `(s *StageExecutor) Execute()` to handle "using cache" messages Authored-by: Tyler Ramer <[email protected]> --- Addresses containers#1897
tylarb
added a commit
to tylarb/buildah
that referenced
this issue
Oct 16, 2019
+ Add a helper function inside of `(s *StageExecutor) Execute()` to handle "using cache" messages Signed-off-by: Tyler Ramer <[email protected]> --- Addresses containers#1897
rh-atomic-bot
pushed a commit
that referenced
this issue
Oct 16, 2019
+ Add a helper function inside of `(s *StageExecutor) Execute()` to handle "using cache" messages Signed-off-by: Tyler Ramer <[email protected]> --- Addresses #1897 Closes: #1922 Approved by: rhatdan
tylarb
added a commit
to tylarb/buildah
that referenced
this issue
Oct 17, 2019
+ Add a helper function inside of `(s *StageExecutor) Execute()` to handle "using cache" messages Signed-off-by: Tyler Ramer <[email protected]> --- Addresses containers#1897
@TomSweeneyRedHat I added the "addresses issue" as post-comment in my commit (i.e. after final ---) - so it looks like this issue didn't get closed, even though the merged commit is clearly linked to the issue. Probably this issue can be closed then. |
caiges
pushed a commit
to caiges/buildah
that referenced
this issue
Nov 12, 2019
+ Add a helper function inside of `(s *StageExecutor) Execute()` to handle "using cache" messages Signed-off-by: Tyler Ramer <[email protected]> --- Addresses containers#1897
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
from Podman
This issue was either first reported on the Podman issue list or when running 'podman build'
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Reported by @Romain-Geissler-1A in containers/podman#3191
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:
DOCKER_IMAGE_ID="$(docker build -q .)"
while with podman currently we need to filter output to have the same result.
Cheers,
Romain
Example:
The text was updated successfully, but these errors were encountered: