update testing harness / move contact-list function to util (#73)

* update testing harness / move contact-list function to util

* Use 5.x.1 versioning

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
Co-authored-by: Athozus <athozus@gmail.com>
This commit is contained in:
Buckaroo Banzai 2023-04-18 22:01:24 +02:00 committed by GitHub
parent 17d4c2e441
commit ed3c8b97a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 77 additions and 78 deletions

View file

@ -1,4 +1,4 @@
ARG ENGINE_VERSION=5.5.0
ARG ENGINE_VERSION=5.7.0
FROM registry.gitlab.com/minetest/minetest/server:${ENGINE_VERSION}
# copy old v1 maildb for migration testing
@ -7,11 +7,9 @@ COPY ./mail.db /root/.minetest/worlds/world/mail.db
COPY ./old_v2_player.json /root/.minetest/worlds/world/mails/
COPY ./auth.sqlite /root/.minetest/worlds/world/auth.sqlite
USER root
RUN apk add git &&\
mkdir -p /root/.minetest/worlds/world/worldmods/ &&\
git clone https://github.com/BuckarooBanzay/mtt /root/.minetest/worlds/world/worldmods/mtt
ENTRYPOINT minetestserver --config /minetest.conf