Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 613b030

Browse files
Bot Updating Templated Files
1 parent 9ef0c7e commit 613b030

File tree

3 files changed

+36
-42
lines changed

3 files changed

+36
-42
lines changed

.github/ISSUE_TEMPLATE/issue.bug.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ body:
5353
options:
5454
- x86-64
5555
- arm64
56-
- armhf
5756
validations:
5857
required: true
5958
- type: textarea

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The architectures supported by this image are:
5656
| :----: | :----: | ---- |
5757
| x86-64 || amd64-\<version tag\> |
5858
| arm64 || arm64v8-\<version tag\> |
59-
| armhf | | arm32v7-\<version tag\> |
59+
| armhf | | |
6060

6161
## Application Setup
6262

@@ -233,6 +233,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
233233

234234
## Versions
235235

236+
* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
236237
* **09.04.23:** - Build logic changes to copy devtest to default games.
237238
* **17.03.23:** - Fix CLI_ARGS example in readme.
238239
* **23.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.

readme-vars.yml

Lines changed: 34 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,31 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/beta-templates/mast
77
project_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."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
99
project_blurb_optional_extras_enabled: false
10-
1110
# supported architectures
1211
available_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
1815
development_versions: false
19-
2016
# container parameters
2117
common_param_env_vars_enabled: true
2218
param_container_name: "{{ project_name }}"
2319
param_usage_include_net: false
2420
param_usage_include_env: true
2521
param_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."}
2723
param_usage_include_vols: true
2824
param_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."}
3026
param_usage_include_ports: true
3127
param_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."}
3329
param_device_map: false
3430
cap_add_param: false
35-
3631
# optional container parameters
3732
opt_param_usage_include_env: true
3833
opt_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
4336
app_setup_block_enabled: true
4437
app_setup_block: |
@@ -53,30 +46,31 @@ app_setup_block: |
5346
https://hub.docker.com/r/linuxserver/{{ project_name }}/tags
5447
# changelog
5548
changelogs:
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

Comments
 (0)