Bug 1965093
Summary: | Upgrade of CentOS Stream container fails | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Justin Jereza <justinjereza> | ||||||
Component: | filesystem | Assignee: | Pavel Zhukov <pzhukov> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | rhel-cs-infra-services-qe <rhel-cs-infra-services-qe> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | CentOS Stream | CC: | bbaude, bstinson, dwalsh, jligon, jnovy, jwboyer, lsm5, mheon, pthomas, tsweeney, umohnani | ||||||
Target Milestone: | beta | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2021-06-21 06:16:18 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: | |||||||||
Attachments: |
|
Description
Justin Jereza
2021-05-26 19:59:04 UTC
Lokesh, Can you take an initial look at this, please? Feel free to spin it off as necessary. I doubt this is related to podman release. Has anyone else seen this happen? Is it repeatable? Were you able to get any containers to run? And are you sure the account is setup correctly? (In reply to Daniel Walsh from comment #3) > Were you able to get any containers to run? And are you sure the account is > setup correctly? What account are you referring to? If it's $USER, as I understand it there should be no special setup required. Pulling `quay.io/centos/centos:stream` also does not require authentication. I created separate roots on both platforms just to ensure there's nothing in storage that might be affecting it and pulled a completely new image. It now fails to build on both CentOS and RHEL so you're probably right that it's not related to the podman release. The one difference though is that building on CentOS fails to install `unbound-libs-1.7.3-17.el8.x86_64` while it is not shown as a failure on RHEL. That part I'm not yet clear on where the problem lies exactly. I have no problem building other containers like alpine. I will attach the output of `podman build` on both platforms. Created attachment 1790495 [details]
Output of podman build on CentOS
Created attachment 1790496 [details]
Output of podman build on RHEL
This looks like the filesystem package does not like being installed within a container. ``` Upgrading : filesystem-3.8-4.el8.0.1.x86_64 2/203Error unpacking rpm package filesystem-3.8-4.el8.0.1.x86_64 Installing : cracklib-dicts-2.9.6-15.el8.x86_64 3/203 error: unpacking of archive failed on file /proc: cpio: chown failed - Inappropriate ioctl for device error: filesystem-3.8-4.el8.0.1.x86_64: install failed ``` It looks like it is trying to do something with /proc? *** This bug has been marked as a duplicate of bug 1912155 *** |