ByteStorage / FlyDB

The high-performance kv storage engine based on bitcask paper made in golang
Apache License 2.0
1.22k stars 99 forks source link

docker #312

Open halalala222 opened 1 month ago

halalala222 commented 1 month ago
  1. run ./build.sh to go build flyDB-server
  2. docker build with /docker/Dockerfile & docker run fail cause: 24c59dfd-5386-44fa-926e-f6618642a94a

my host machine image in dockerile use ubuntu:18.04 image The docker run command failed because my host machine is running Ubuntu 22.04, while the Dockerfile is building the image with Ubuntu 18.04. The glibc version in Ubuntu 18.04 is too low, causing the failure.

github-actions[bot] commented 1 month ago

Thank you very much for your issue and we will discuss it.

halalala222 commented 1 month ago

https://github.com/ByteStorage/FlyDB/pull/313/commits/ef04a09ec6ead9faeec535b64eaaf5770ed16ee1 in this commit i try to fix it.