Bug 1655211
Summary: | podman exec seems to assume console even if -ti is not used | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Jan Pazdziora (Red Hat) <jpazdziora> |
Component: | podman | Assignee: | Brent Baude <bbaude> |
Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.0 | CC: | ddarrah, dornelas, dwalsh, jligon, lsm5, mheon, ypu |
Target Milestone: | rc | ||
Target Release: | 8.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | podman-1.4.2 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-11-05 21:00:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1186913, 1734574 |
Description
Jan Pazdziora (Red Hat)
2018-12-01 09:08:04 UTC
This is fixed upstream with https://github.com/containers/libpod/commit/fd014029300328c27ddb535d4868858ec47530f8 Fixed in podman 1.0 Can reproduced with the given version in the bug. And test with podman-1.4.2-5.module+el8.1.0+4240+893c1ab8.x86_64, it works as expect. So set this to verified. Details: # podman run --name test --rm -ti registry.access.redhat.com/rhel8-beta sleep 10 # podman exec test date < /dev/null Fri Sep 27 06:16:00 UTC 2019 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:3403 |