-
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
Table keyword not working in podman ps --format #2221
Labels
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Jan 28, 2019
@baude PTAL - potentially related to the output rework on ps? |
This was referenced Jan 30, 2019
This issue is two years old. Please open a new issue. |
jwhonce
added
the
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
label
Sep 17, 2021
jwhonce
added a commit
to jwhonce/podman
that referenced
this issue
Sep 20, 2021
- Added tests to help ensure there is no future regressions - Added WaitWithTimeout(int) rather than calling WaitWithDefaultTimeout() multiple times - Exposed DefaultWaitTimeout to allow test to use a multiplier Fixes containers#2221 Signed-off-by: Jhon Honce <[email protected]>
mheon
pushed a commit
to mheon/libpod
that referenced
this issue
Sep 22, 2021
- Added tests to help ensure there is no future regressions - Added WaitWithTimeout(int) rather than calling WaitWithDefaultTimeout() multiple times - Exposed DefaultWaitTimeout to allow test to use a multiplier Fixes containers#2221 Signed-off-by: Jhon Honce <[email protected]>
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 21, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
In Progress
This issue is actively being worked by the assignee, please do not work on this at this time.
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST?
/kind bug
Description
Since podman 0.11.1, "table" keyword cannot be specified in the --format flag when running
podman ps
. On the other hand, this keyword still works inpodman images
. Without it, there is no way to print the headers when using --format flag inpodman ps
the same way they are printed inpodman images
.Steps to reproduce the issue:
podman ps --all --format "table {{.ID}} {{.Created}}"
podman images --format "table {{.ID}} {{.Created}}"
compare the output
Describe the results you received:
vs.
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Additionally, there is an inconsistency between output of
podman images
andpodman ps
when there are no images/containers, aspodman ps
prints out the headers andpodman images
doesn't:Output of
podman version
:Output of
podman info
:Additional environment details (AWS, VirtualBox, physical, etc.):
Fedora Silverblue Rawhide running in Virtual Machine Manager
The text was updated successfully, but these errors were encountered: