Bug 1879092
| Summary: | Missing fixes in 2.0-8.3.0 of container-tools present in 2.0-8.2.0 branch. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Jindrich Novy <jnovy> |
| Component: | podman | Assignee: | Jindrich Novy <jnovy> |
| Status: | CLOSED ERRATA | QA Contact: | atomic-bugs <atomic-bugs> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 8.3 | CC: | bbaude, ddarrah, dwalsh, jligon, jnovy, lmiksik, lsm5, mheon, michele, pthomas, sandyada, shrjoshi, tsweeney, ypu |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | podman-1.6.4-22.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-04 03:45:29 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: | 1878822 | ||
|
Description
Jindrich Novy
2020-09-15 12:34:46 UTC
Lon are you saying the podman 2.0 no longer allows seccomp options external to the --privileged flag? yes. The patches are missing from the 2.0 branch in RHEL 8.3.0 Test with podman-1.6.4-22.module+el8.3.0+8150+b1766c57.x86_64 and the test steps of those two bugs are all works as expect. So set this to verified. Details: For buildah-container # modprobe fuse # podman run --rm --device /dev/fuse -it registry.redhat.io/rhel8/buildah /bin/bash [root@cf45c9ad1b98 /]# buildah --storage-opt=overlay.mount_program=/usr/bin/fuse-overlayfs from registry.access.redhat.com/ubi8 Getting image source signatures Copying blob c4d668e229cd done Copying blob ec1681b6a383 done Copying config ecbc6f53bb done Writing manifest to image destination Storing signatures ubi8-working-container [root@cf45c9ad1b98 /]# buildah --storage-opt=overlay.mount_program=/usr/bin/fuse-overlayfs run --isolation=chroot ubi8-working-container ls / bin boot dev etc home lib lib64 lost+found media mnt opt proc root run sbin srv sys tmp usr var For healthcheck log # podman run -dt --name hc --healthcheck-start-period 2m --healthcheck-retries 5 --healthcheck-command "CMD-SHELL curl http://localhost || exit 1" quay.io/libpod/alpine_nginx:latest Trying to pull quay.io/libpod/alpine_nginx:latest... Getting image source signatures Copying blob a3ed95caeb02 done Copying blob a3ed95caeb02 done Copying blob a3ed95caeb02 done Copying blob a3ed95caeb02 skipped: already exists Copying blob 4fe2ade4980c done Copying blob ee08fa06e364 done Copying blob 7ecd51378d2e done Writing manifest to image destination Storing signatures 74c1707e511dcd5afd2b2ea1d58ba01a0c3f606b2100d6064fd222d1550ae437 ]# ls /var/run/containers/storage/overlay-containers/74c1707e511dcd5afd2b2ea1d58ba01a0c3f606b2100d6064fd222d1550ae437/healthcheck.log /var/run/containers/storage/overlay-containers/74c1707e511dcd5afd2b2ea1d58ba01a0c3f606b2100d6064fd222d1550ae437/healthcheck.log 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 (container-tools:2.0 bug fix and enhancement update), 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/RHBA-2020:4770 |