pmem / pmemkv

Key/Value Datastore for Persistent Memory
https://pmem.io
Other
398 stars 119 forks source link

Add docker image with installed pmemkv #858

Open karczex opened 3 years ago

karczex commented 3 years ago

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

karczex commented 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