-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to Luanti 5.10.0. (#27)
With this update, upstream project renamed the binaries and rebranded the engine to Luanti. We still bundle the Minetest Game with our server images.
- Loading branch information
Showing
9 changed files
with
78 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# Use the default stable 5.x version | ||
ARG BASE_IMAGE=ghcr.io/ronoaldo/minetestserver:stable-5 | ||
ARG BASE_IMAGE=ghcr.io/ronoaldo/luantiserver:stable-5 | ||
FROM ${BASE_IMAGE} | ||
|
||
# Install mods from ContentDB | ||
WORKDIR /usr/share/minetest | ||
WORKDIR /usr/share/luanti | ||
USER root | ||
RUN contentdb install TenPlus1/ethereal | ||
RUN contentdb install stu/3d_armor | ||
|
||
# Prepare the server to run | ||
COPY minetest.conf /etc/minetest/minetest.conf | ||
WORKDIR /var/lib/minetest | ||
USER minetest | ||
COPY luanti.conf /etc/luanti/luanti.conf | ||
WORKDIR /var/lib/luanti | ||
USER luanti |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters