@@ -7,38 +7,31 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/beta-templates/mast
77project_blurb : " [{{ project_name|capitalize }}]({{ project_url }}) (server) is a near-infinite-world block sandbox game and a game engine, inspired by InfiniMiner, Minecraft, and the like."
88project_lsio_github_repo_url : " https://github.com/linuxserver/docker-{{ project_name }}"
99project_blurb_optional_extras_enabled : false
10-
1110# supported architectures
1211available_architectures :
13- - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
14- - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
15- - { arch: "{{ arch_armhf }}", tag: "arm32v7-latest"}
16-
12+ - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
13+ - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1714# development version
1815development_versions : false
19-
2016# container parameters
2117common_param_env_vars_enabled : true
2218param_container_name : " {{ project_name }}"
2319param_usage_include_net : false
2420param_usage_include_env : true
2521param_env_vars :
26- - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
22+ - {env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London."}
2723param_usage_include_vols : true
2824param_volumes :
29- - { vol_path: "/config/.minetest", vol_host_path: "/path/to/data", desc: "Where minetest stores config files and maps etc." }
25+ - {vol_path: "/config/.minetest", vol_host_path: "/path/to/data", desc: "Where minetest stores config files and maps etc."}
3026param_usage_include_ports : true
3127param_ports :
32- - { external_port: "30000", internal_port: "30000/udp", port_desc: "Port Minetest listens on." }
28+ - {external_port: "30000", internal_port: "30000/udp", port_desc: "Port Minetest listens on."}
3329param_device_map : false
3430cap_add_param : false
35-
3631# optional container parameters
3732opt_param_usage_include_env : true
3833opt_param_env_vars :
39- - { env_var: "CLI_ARGS", env_value: "--gameid minetest --port 30000", desc: "Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with" }
40-
41-
34+ - {env_var: "CLI_ARGS", env_value: "--gameid minetest --port 30000", desc: "Optionally specify any [CLI variables](https://wiki.minetest.net/Command_line) you want to launch the app with"}
4235# application setup block
4336app_setup_block_enabled : true
4437app_setup_block : |
@@ -53,30 +46,31 @@ app_setup_block: |
5346 https://hub.docker.com/r/linuxserver/{{ project_name }}/tags
5447# changelog
5548changelogs :
56- - { date: "09.04.23:", desc: "Build logic changes to copy devtest to default games."}
57- - { date: "17.03.23:", desc: "Fix CLI_ARGS example in readme."}
58- - { date: "23.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
59- - { date: "06.08.22:", desc: "Update irrlicht deps."}
60- - { date: "02.05.22:", desc: "Allow specifying the advertised port."}
61- - { date: "17.03.22:", desc: "Install forked irrlicht, add zstd." }
62- - { date: "19.01.22:", desc: "Rebasing to alpine 3.15." }
63- - { date: "02.06.20:", desc: "Rebasing to alpine 3.12." }
64- - { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
65- - { date: "12.07.19:", desc: "Bugfix to support multiple CLI variables." }
66- - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
67- - { date: "03.06.19:", desc: "Adding custom cli vars to options." }
68- - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
69- - { date: "04.03.19:", desc: "Rebase to alpine 3.9 to compile 5.0.0 minetest with new build args." }
70- - { date: "14.01.19:", desc: "Add pipeline logic and multi arch." }
71- - { date: "08.08.18:", desc: "Rebase to alpine 3.8, build from latest release tag instead of master." }
72- - { date: "03.01.18:", desc: "Deprecate cpu_core routine lack of scaling." }
73- - { date: "08.12.17:", desc: "Rebase to alpine 3.7." }
74- - { date: "30.11.17:", desc: "Use cpu core counting routine to speed up build time." }
75- - { date: "26.05.17:", desc: "Rebase to alpine 3.6." }
76- - { date: "14.02.17:", desc: "Rebase to alpine 3.5." }
77- - { date: "25.11.16:", desc: "Rebase to alpine linux, move to main repo." }
78- - { date: "27.02.16:", desc: "Bump to latest version." }
79- - { date: "19.02.16:", desc: "Change port to UDP, thanks to slashopt for pointing this out." }
80- - { date: "15.02.16:", desc: "Make minetest app a service." }
81- - { date: "01.02.16:", desc: "Add lua-socket dependency." }
82- - { date: "06.11.15:", desc: "Initial Release." }
49+ - {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
50+ - {date: "09.04.23:", desc: "Build logic changes to copy devtest to default games."}
51+ - {date: "17.03.23:", desc: "Fix CLI_ARGS example in readme."}
52+ - {date: "23.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3."}
53+ - {date: "06.08.22:", desc: "Update irrlicht deps."}
54+ - {date: "02.05.22:", desc: "Allow specifying the advertised port."}
55+ - {date: "17.03.22:", desc: "Install forked irrlicht, add zstd."}
56+ - {date: "19.01.22:", desc: "Rebasing to alpine 3.15."}
57+ - {date: "02.06.20:", desc: "Rebasing to alpine 3.12."}
58+ - {date: "19.12.19:", desc: "Rebasing to alpine 3.11."}
59+ - {date: "12.07.19:", desc: "Bugfix to support multiple CLI variables."}
60+ - {date: "28.06.19:", desc: "Rebasing to alpine 3.10."}
61+ - {date: "03.06.19:", desc: "Adding custom cli vars to options."}
62+ - {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
63+ - {date: "04.03.19:", desc: "Rebase to alpine 3.9 to compile 5.0.0 minetest with new build args."}
64+ - {date: "14.01.19:", desc: "Add pipeline logic and multi arch."}
65+ - {date: "08.08.18:", desc: "Rebase to alpine 3.8, build from latest release tag instead of master."}
66+ - {date: "03.01.18:", desc: "Deprecate cpu_core routine lack of scaling."}
67+ - {date: "08.12.17:", desc: "Rebase to alpine 3.7."}
68+ - {date: "30.11.17:", desc: "Use cpu core counting routine to speed up build time."}
69+ - {date: "26.05.17:", desc: "Rebase to alpine 3.6."}
70+ - {date: "14.02.17:", desc: "Rebase to alpine 3.5."}
71+ - {date: "25.11.16:", desc: "Rebase to alpine linux, move to main repo."}
72+ - {date: "27.02.16:", desc: "Bump to latest version."}
73+ - {date: "19.02.16:", desc: "Change port to UDP, thanks to slashopt for pointing this out."}
74+ - {date: "15.02.16:", desc: "Make minetest app a service."}
75+ - {date: "01.02.16:", desc: "Add lua-socket dependency."}
76+ - {date: "06.11.15:", desc: "Initial Release."}
0 commit comments