-
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: incorrect exit status of 'run --rm' #3808
Comments
...and on a container killed by 'podman rm -f'. See containers#3795 Disable when testing podman-remote; see containers#3808 Signed-off-by: Ed Santiago <[email protected]>
This works if you do a podman exec, but not run. We must have the checks for this turned off for remote containers. |
This issue had no activity for 30 days. In the absence of activity or the "do-not-close" label, the issue will be automatically closed within 7 days. |
We want this fixed, I don't know if it is still a bug. I think it is depending on how you setup podman-remote. |
I think this is fixed, or at least partly so:
However, there's a new weirdness going on, and I think this may be related to some CI failures we were discussing last month:
That is: I background-run a Leaving issue open for now because (1) I want to make sure this behavior is intentional, (2) I want to remind myself to reenable the podman-remote exit-status CI checks so this stays fixed, and (3) I'd like opinions on whether I should file this comment as a separate issue. |
Update: The exit-status bug was fixed in #3934, and CI tests were enabled then for podman-remote. Thanks, Dan. Closing, but someone please lmk if the above immediate-exit concern deserves an issue. |
Like #3795 but with podman-remote instead. Unclear if this is a regression because we've never tested it.
Also:
The text was updated successfully, but these errors were encountered: