Bug 2036202
| Summary: | Bump podman to >= 3.3.0 so that setup of multiple credentials for a single registry which can be distinguished by their path will work | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Andreas Karis <akaris> |
| Component: | RHCOS | Assignee: | Micah Abbott <miabbott> |
| Status: | CLOSED ERRATA | QA Contact: | HuijingHei <hhei> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.10 | CC: | dornelas, jligon, miabbott, mrussell, nstielau, qzhang |
| Target Milestone: | --- | ||
| Target Release: | 4.11.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-08-10 10:41:05 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: | 2013822 | ||
| Bug Blocks: | |||
|
Description
Andreas Karis
2021-12-30 11:48:21 UTC
We have plans to include podman 3.3+ in RHCOS 4.10; we are currently working through the configuration steps necessary to build + include newer podman builds in RHCOS 4.10 Unfortunately, our plans to include a newer `podman` as part of OCP/RHCOS 4.10 were not able to be successful and we will continue to ship `podman-3.2.3` at RHCOS 4.10 GA. We will revisit the plan to include newer `podman` in OCP/RHCOS in the future. For more context, see https://bugzilla.redhat.com/show_bug.cgi?id=2013822#c3 RHCOS/OCP 4.11 will include podman v4 Verify passed on 4.11.0-0.nightly-2022-07-06-145812, podman-4.0.2-6.rhaos4.11.el8.x86_64 is included in OCP 4.11 $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.11.0-0.nightly-2022-07-06-145812 True False 5m10s Cluster version is 4.11.0-0.nightly-2022-07-06-145812 $ oc get nodes NAME STATUS ROLES AGE VERSION ip-10-0-145-69.ec2.internal Ready master 19m v1.24.0+2dd8bb1 ip-10-0-153-242.ec2.internal Ready worker 13m v1.24.0+2dd8bb1 ip-10-0-153-58.ec2.internal Ready worker 13m v1.24.0+2dd8bb1 ip-10-0-164-116.ec2.internal Ready master 19m v1.24.0+2dd8bb1 ip-10-0-226-227.ec2.internal Ready master 19m v1.24.0+2dd8bb1 ip-10-0-252-22.ec2.internal Ready worker 10m v1.24.0+2dd8bb1 $ oc debug node/ip-10-0-153-242.ec2.internal -- chroot /host rpm -qa | grep podman podman-catatonit-4.0.2-6.rhaos4.11.el8.x86_64 podman-4.0.2-6.rhaos4.11.el8.x86_64 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 (Important: OpenShift Container Platform 4.11.0 bug fix and security 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/RHSA-2022:5069 |