Open karczex opened 3 years ago
Part of build process of such image should be installation of pmdk and pmemkv packages using package manager (apt, dnf) from local package repository
https://linux.die.net/man/8/createrepo
https://gist.github.com/fernandoaleman/1377211
FEAT: Add docker image with installed pmemkv
Rationale
Docker image with installed pmemkv and its dependencies, generated after every merge, may (should?) be used as base image for docker based CI in bindings, and pmemkv-bench repositories.
Building such image only for master branch and only for one OS is probably enough.
API Changes
No.
Implementation details