Skip to content

Update Centos 7 and ubuntu 20.04 docker files #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 305 commits into
base: master
Choose a base branch
from

Conversation

foxzi
Copy link

@foxzi foxzi commented Dec 22, 2023

Add possibility to set alternative rocks installer by set variable ROCKS_INSTALLER. Default ROCKS_INSTALLER set to ROCKS_INSTALLER?='tarantoolctl rocks' in .github.mk. You can set this variable to use the native luarocks ROCKS_INSTALLER?='luarocks'. You can install tt and possible use ROCKS_INSTALLER?='tt rocks'.

ylobankov and others added 22 commits February 22, 2023 09:09
PostgreSQL 9.6 repo has expired and packages `postgresql96-libs` and
`postgresql96-devel` are not available anymore. But it looks like we can
install them from the standard repo with version 9.2. Not sure that it's
important which version is used. So removing irrelevant `postgresql96`
stuff and using the standard repo.
- vshard 0.1.20 -> 0.1.22
- experationd 1.1.1 -> 1.3.1
- queue 1.2.0 -> 1.2.2
- http 1.3.0 -> 1.4.0
- memcached 1.0.1 -> 1.1.0
- metrics 0.14.0 -> 0.16.0
- mysql 2.1.1 -> 2.1.3
On Linux the `make` program uses `/bin/sh` instead of `/bin/bash` by
default and substring expansion like this `${VER:0:1}` doesn't work.
Now it is fixed.
Mqtt rock was removed because it can't be installed in ubuntu arm
image due to tarantool/mqtt#46.
 - vshard 0.1.22 -> 0.1.24
 - avro schema 3.0.6 -> 3.1.0
 - queue 1.2.2 -> 1.3.0
 - memcached 1.1.0 -> 1.1.1
 - metrics 0.16.0 -> 1.0.0
@ylobankov ylobankov force-pushed the foxzi/update_rocks_installer branch 4 times, most recently from 693a6d1 to e5c0663 Compare December 27, 2023 09:48
This rock is considered as deprecated and replaced by `metrics`.
- vshard      0.1.24 -> 0.1.25
- experationd 1.3.1 -> 1.5.0
- queue       1.3.0 -> 1.3.3
- http        1.4.0 -> 1.5.0
Add facility to set an alternative rocks installer in centos_7 and
ubuntu_20.04 Dockerfiles.
@foxzi foxzi force-pushed the foxzi/update_rocks_installer branch from e5c0663 to 79bf2d1 Compare January 9, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.