Malavan Sotheeswaran 79b0c84710
Fixing some compile issues for alpine and centos, also fix endian issue for FLASH hashslot prefix (#722)
*fix for rocksdb centos compile fail

* fix alpine compile

* fix hashslot enumerate

* update alpine docker to latest version

* fix mac build, use big endian for expire prefix

* use endian.h for expires too
2023-10-13 15:00:35 -04:00
..

This Dockerfile will clone the KeyDB repo, build, and generate a Docker image you can use

To build, use experimental mode to enable use of build args. Tag the build and specify branch name. The command below will generate your docker image:

DOCKER_CLI_EXPERIMENTAL=enabled docker build --build-arg BRANCH=<keydbBranch> -t <yourImageName>