docker icon indicating copy to clipboard operation
docker copied to clipboard

Docker images for tarantool database

Results 28 docker issues
Sort by recently updated
recently updated
newest added

The error occurred when the 'mqtt' rock installation. It is disabled for the current tag `2.10.0-ubuntu-aarch64`. ``` #6 1168.6 /usr/bin/ld: /usr/lib/gcc/aarch64-linux-gnu/9/../../../aarch64-linux-gnu/libcrypto.a(sha1-armv8.o): relocation R_AARCH64_PREL64 against symbol `OPENSSL_armcap_P' which may bind externally...

How and when we update Tarantool Docker images - Composition of full (fixed) tags - Fixed and floating tags - Start and end of support of each release series -...

- [ ] https://github.com/tarantool/docker/issues/249 - [ ] https://github.com/tarantool/docker/issues/187 - [ ] https://github.com/tarantool/docker/issues/243

epic

The current repository `tarantool/docker` is not convenient to build and extend, it uses templated Dockerfiles with Tarantool installation from sources. It has to be replaced with a new repository and...

Since 2.10.0, if one need to operate with timezone names, then he needs to preinstall `tzdata` package as binary dependency before running corresponding Tarantool operations, otherwise Tarantool fails to parse...

Cannot install packages within centos container. It is needed to fix pg repo inside centos7 dockerfile ```bash $ docker run --rm -it tarantool/tarantool:2.10.4-centos7 bash 130 ↵ [root@8eff9db31aef tarantool]# yum install...

I faced an issue that I can't access Tarantool for 30 seconds after I start Tarantool in the docker swarm. After several tests I found out that a forwarded port...