This PR automates the process of building and publishing a container with a build of SPDK and LSVD on the GitHub container registry every time a PR is merged or a release is cut.
Additionally it enables RBD on the compiled SPDK since we want to offer it as an option of storage.
A sample docker-compose.yaml is also included for debugging purposes.
Closes #34
This PR automates the process of building and publishing a container with a build of SPDK and LSVD on the GitHub container registry every time a PR is merged or a release is cut.
Additionally it enables RBD on the compiled SPDK since we want to offer it as an option of storage.
A sample
docker-compose.yaml
is also included for debugging purposes.