|
Currently all our single-server reference builds use the Okapi Debian package to install Okapi. This obviously creates dependency issues for Okapi based on the host OS. If we move to using a container for Okapi, we have a more portable reference build solution.
The last time we tried this, there were issues with communication between Okapi running in a container and the local Docker control plane, which Okapi needs access to in order to deploy modules.
The idea would be to create a new role in folio-ansible for deploying Okapi as a container, and transition the reference builds to using that. We would also transition the "single server" install documentation in folio-install to use a container instead of the Debian package.
|