Skip to content

Commit 9649f52

Browse files
committed
Update versions for tarantool modules
This patch updates the version for each tarantool module to the latest tag of the module where it's possible. Also, a build issue was fixed for Centos 7. It was impossible to download the pgdg-redhat-repo-latest.noarch.rpm package by the link from the docker file. So the link was updated. Clases #208 Closes #215
1 parent 54d1677 commit 9649f52

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

dockerfiles/alpine_3.9

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ ENV TARANTOOL_VERSION=${TNT_VER} \
1717
GPERFTOOLS_REPO=https://github.com/gperftools/gperftools.git \
1818
GPERFTOOLS_TAG=gperftools-2.5 \
1919
LUAROCKS_URL=https://github.com/tarantool/luarocks/archive/6e6fe62d9409fe2103c0fd091cccb3da0451faf5.tar.gz \
20-
LUAROCK_VSHARD_VERSION=0.1.14 \
21-
LUAROCK_AVRO_SCHEMA_VERSION=3.0.3 \
22-
LUAROCK_EXPERATIOND_VERSION=1.0.1 \
23-
LUAROCK_QUEUE_VERSION=1.0.6 \
20+
LUAROCK_VSHARD_VERSION=0.1.18 \
21+
LUAROCK_AVRO_SCHEMA_VERSION=3.0.6 \
22+
LUAROCK_EXPERATIOND_VERSION=1.1.1 \
23+
LUAROCK_QUEUE_VERSION=1.1.0 \
2424
LUAROCK_CONNPOOL_VERSION=1.1.1 \
25-
LUAROCK_HTTP_VERSION=1.1.0 \
25+
LUAROCK_HTTP_VERSION=1.2.0 \
2626
LUAROCK_MEMCACHED_VERSION=1.0.1 \
27-
LUAROCK_METRICS_VERSION=0.10.0 \
27+
LUAROCK_METRICS_VERSION=0.12.0 \
2828
LUAROCK_TARANTOOL_PG_VERSION=2.0.2 \
2929
LUAROCK_TARANTOOL_MYSQL_VERSION=2.0.1 \
30-
LUAROCK_TARANTOOL_MQTT_VERSION=1.2.1 \
30+
LUAROCK_TARANTOOL_MQTT_VERSION=1.5.0 \
3131
LUAROCK_TARANTOOL_GIS_VERSION=1.0.0 \
3232
LUAROCK_TARANTOOL_PROMETHEUS_VERSION=1.0.4 \
3333
LUAROCK_TARANTOOL_GPERFTOOLS_VERSION=1.0.1

dockerfiles/centos_7

+7-8
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ ENV TARANTOOL_VERSION=${TNT_VER} \
1313
TARANTOOL_DOWNLOAD_URL=https://github.com/tarantool/tarantool.git \
1414
TARANTOOL_INSTALL_LUADIR=/usr/local/share/tarantool \
1515
LUAROCKS_URL=https://github.com/tarantool/luarocks/archive/6e6fe62d9409fe2103c0fd091cccb3da0451faf5.tar.gz \
16-
LUAROCK_VSHARD_VERSION=0.1.14 \
17-
LUAROCK_CHECKS_VERSION=3.0.1 \
18-
LUAROCK_AVRO_SCHEMA_VERSION=3.0.3 \
19-
LUAROCK_EXPERATIOND_VERSION=1.0.1 \
20-
LUAROCK_QUEUE_VERSION=1.0.6 \
16+
LUAROCK_VSHARD_VERSION=0.1.18 \
17+
LUAROCK_AVRO_SCHEMA_VERSION=3.0.6 \
18+
LUAROCK_EXPERATIOND_VERSION=1.1.1 \
19+
LUAROCK_QUEUE_VERSION=1.1.0 \
2120
LUAROCK_CONNPOOL_VERSION=1.1.1 \
22-
LUAROCK_HTTP_VERSION=1.1.0 \
21+
LUAROCK_HTTP_VERSION=1.2.0 \
2322
LUAROCK_MEMCACHED_VERSION=1.0.1 \
24-
LUAROCK_METRICS_VERSION=0.10.0 \
23+
LUAROCK_METRICS_VERSION=0.12.0 \
2524
LUAROCK_TARANTOOL_PG_VERSION=2.0.2 \
2625
LUAROCK_TARANTOOL_MYSQL_VERSION=2.0.1 \
2726
LUAROCK_TARANTOOL_GIS_VERSION=1.0.0 \
@@ -140,7 +139,7 @@ COPY files/luarocks-config_centos.lua /usr/local/etc/luarocks/config-5.1.lua
140139
COPY files/luarocks-config.lua /usr/local/etc/tarantool/rocks/config-5.1.lua
141140

142141
RUN set -x \
143-
&& yum -y install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm \
142+
&& yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm \
144143
&& yum -y install \
145144
mariadb-libs \
146145
postgresql96-libs \

0 commit comments

Comments
 (0)