Skip to content

Add check to CI pipeline that docker container can start #53

Description

@peterchave

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?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions