tarantool / docker

Docker images for tarantool database
https://hub.docker.com/r/tarantool/tarantool
52 stars 25 forks source link

Update images to 2.10.2 and fix errors #245

Closed foxzi closed 1 year ago

foxzi commented 2 years ago

Update docker files centos and ubuntu for fixing error and update to 2.10.2 version

In centos docker file fixed problem with gosu for arm64 platform, update gosu version. Remove excess variable GC64 which used only for centos and ubuntu images and didn't used in .gtilab.mk, add using common variable LUAJIT_ENABLE_GC64.

Resolves https://github.com/tarantool/docker/issues/244