scimma / scimma-server-container

Container with zookeeper, Kafka and SCIMMA server software for SCIMMA development.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Podman compatibility issues with pulling scimma/server:0.5 #63

Closed myNameIsPatrick closed 3 years ago

myNameIsPatrick commented 3 years ago
$ podman pull scimma/server:0.5
Trying to pull docker.io/scimma/server:0.5...
Getting image source signatures
Copying blob a1d0c7532777 done  
Copying blob 5c4407f6ee7f done  
Copying blob e6254c537a81 done  
Copying blob f175407553c8 done  
Copying blob 3275e2ef6caf done  
Copying blob eaad681f9189 done  
Copying blob bd1faebe1230 done  
Copying blob 5ec31b7cabf4 done  
Copying blob 075b01fc8338 done  
Copying blob 815319a0a230 done  
Copying blob 601aa5f95600 done  
Copying blob de327359a561 done  
Copying blob f50a64357920 done  
Copying blob a46055f275b8 done  
Copying blob dfd295c209fd done  
Copying blob 40a22ce3d748 done  
Error: writing blob: adding layer with blob "sha256:bd1faebe12308962ad4ea0c5aacbd9647003686a2011e4577026ab8d7990d86e": Error processing tar file(exit status 1): potentially insufficient UIDs or GIDs available in user namespace (requested 2117034315:697783653 for /root/.cpanm/work/1632433204.1/Net-Kafka-1.06): Check /etc/subuid and /etc/subgid: lchown /root/.cpanm/work/1632433204.1/Net-Kafka-1.06: invalid argument

This used to work fine with podman with the 0.4 and older releases. Any insight as to what may have changed in the server container since then?

rdt12 commented 3 years ago

This is fixed in version-0.5.3, verified by Patrick. The issue was a cpanm build that left files owned by an exceptionally high uid/gid. Removing /root/.cpanm fixed the issue.