The CI pipeline is building valid containers, but when the container is launched it errors with shared library failure.
# docker run --rm ghcr.io/openmoq/o-rly:3ac31ea
/usr/local/bin/o-rly: error while loading shared libraries: libsodium.so.23: cannot open shared object file: No such file or directory
Can we add a step the CI pipeline to test launch the produced container and verify it doesn't throw any errors out of the box? Further down the road we can add more of the conformance checks, but at least for now can we add a basic sanity check?
The CI pipeline is building valid containers, but when the container is launched it errors with shared library failure.
Can we add a step the CI pipeline to test launch the produced container and verify it doesn't throw any errors out of the box? Further down the road we can add more of the conformance checks, but at least for now can we add a basic sanity check?