You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I get the appimage and setup rootless, I pull the container and get an error about not finding crun:
❯ podman pull ghcr.io/steamdeckhomebrew/holo-base:latest
/tmp/.mount_podmanhaNgln/usr/bin/podman
Trying to pull ghcr.io/steamdeckhomebrew/holo-base:latest...
Getting image source signatures
Copying blob 58b2849d0a7c done
Copying config e672443e33 done
Writing manifest to image destination
Storing signatures
e672443e331b24e9468b8ecc11d8e31dea5bf001fadd4790544c91fca1eebe70
❯ podman run -ti holo-base:latest /bin/bash
/tmp/.mount_podmanyYdmSi/usr/bin/podman
/tmp/.mount_podmanyYdmSi/usr/bin/crun: error while loading shared libraries: libcrun.so.0: cannot open shared object file: No such file or directory
ERRO[0003] Removing container 31a60ca4066f209d92ca408538fd9e8fb3d8828bf1d665e1ca37273e8a946969 from runtime after creation failed
Error: crun: /tmp/.mount_podmanyYdmSi/usr/bin/crun: error while loading shared libraries: libcrun.so.0: cannot open shared object file: No such file or directory: OCI runtime attempted to invoke a command that was not found
The text was updated successfully, but these errors were encountered:
After I get the appimage and setup rootless, I pull the container and get an error about not finding crun:
❯ podman pull ghcr.io/steamdeckhomebrew/holo-base:latest
/tmp/.mount_podmanhaNgln/usr/bin/podman
Trying to pull ghcr.io/steamdeckhomebrew/holo-base:latest...
Getting image source signatures
Copying blob 58b2849d0a7c done
Copying config e672443e33 done
Writing manifest to image destination
Storing signatures
e672443e331b24e9468b8ecc11d8e31dea5bf001fadd4790544c91fca1eebe70
❯ podman run -ti holo-base:latest /bin/bash
/tmp/.mount_podmanyYdmSi/usr/bin/podman
/tmp/.mount_podmanyYdmSi/usr/bin/crun: error while loading shared libraries: libcrun.so.0: cannot open shared object file: No such file or directory
ERRO[0003] Removing container 31a60ca4066f209d92ca408538fd9e8fb3d8828bf1d665e1ca37273e8a946969 from runtime after creation failed
Error: crun: /tmp/.mount_podmanyYdmSi/usr/bin/crun: error while loading shared libraries: libcrun.so.0: cannot open shared object file: No such file or directory: OCI runtime attempted to invoke a command that was not found
The text was updated successfully, but these errors were encountered: