Core dump on newly created Pulp container from latest image

Problem:
Hi,
every time I create pulp container it does core dump with the following error:

s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
fix-attrs: info: applying /etc/fix-attrs.d/postgres
/package/admin/s6-overlay-3.1.6.2/etc/s6-rc/scripts/fix-attrs: line 16:    53 Segmentation fault      (core dumped) /package/admin/s6-overlay-3.1.6.2/libexec/fix-attrs < "$1"
fix-attrs: warning: fix-attrs is deprecated, please fix volume permissions in your container manager instead
fix-attrs: warning: some fix files failed to apply
s6-rc: info: service fix-attrs successfully started

I create fresh pulp container following the steps: Multi-Process Images - Pulp OCI Images like below:

# podman run --detach \
>              --publish 8080:80 \
>              --name pulp \
>              --volume "$(pwd)/settings":/etc/pulp:Z \
>              --volume "$(pwd)/pulp_storage":/var/lib/pulp:Z \
>              --volume "$(pwd)/pgsql":/var/lib/pgsql:Z \
>              --volume "$(pwd)/containers":/var/lib/containers:Z \
>              --device /dev/fuse 

Expected outcome:
No core dump when running container
Pulpcore version:

Pulp plugins installed and their versions:
β€œ3.50.1”

Latest pulp/pulp image
Operating system - distribution and version:
RHEL 8.9
Other relevant data:

I just tried with the latest image pulpcore 3.50.1 (Image sha256:8b1e7b22565849ff069748258e3bc2340cd50c964155acbd68110eefc64170a3) and I don’t get any error. Are all the folders and files present? [0]

[0] Multi-Process Images - Pulp OCI Images

3 Likes