File tree 5 files changed +9
-5
lines changed
root/etc/s6-overlay/s6-rc.d/svc-raneto
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
- FROM ghcr.io/linuxserver/baseimage-alpine:3.20
3
+ FROM ghcr.io/linuxserver/baseimage-alpine:3.21
4
4
5
5
# set version label
6
6
ARG BUILD_DATE
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
- FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
3
+ FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
4
4
5
5
# set version label
6
6
ARG BUILD_DATE
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Find us at:
41
41
42
42
[ Raneto] ( http://raneto.com/ ) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.
43
43
44
- [ ![ raneto] ( https://raw.githubusercontent.com/gilbitron/Raneto /master/logo/logo_readme .png )] ( http://raneto.com/ )
44
+ [ ![ raneto] ( https://raw.githubusercontent.com/linuxserver/docker-templates /master/linuxserver.io/img/raneto-logo .png )] ( http://raneto.com/ )
45
45
46
46
## Supported Architectures
47
47
@@ -284,6 +284,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
284
284
285
285
# # Versions
286
286
287
+ * ** 01.02.25:** - Rebase to Alpine 3.21.
287
288
* ** 06.06.24:** - Rebase to Alpine 3.20.
288
289
* ** 20.03.24:** - Rebase to Alpine 3.19.
289
290
* ** 12.07.23:** - Rebase to Alpine 3.18.
Original file line number Diff line number Diff line change 3
3
# project information
4
4
project_name : raneto
5
5
project_url : " http://raneto.com/"
6
- project_logo : " https://raw.githubusercontent.com/gilbitron/Raneto /master/logo/logo_readme .png"
6
+ project_logo : " https://raw.githubusercontent.com/linuxserver/docker-templates /master/linuxserver.io/img/raneto-logo .png"
7
7
project_blurb : " [{{ project_name|capitalize }}]({{ project_url }}) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase."
8
8
project_lsio_github_repo_url : " https://github.com/linuxserver/docker-{{ project_name }}"
9
9
project_categories : " Content Management"
@@ -19,6 +19,8 @@ param_volumes:
19
19
param_usage_include_ports : true
20
20
param_ports :
21
21
- {external_port: "3000", internal_port: "3000", port_desc: "The port for the Raneto web interface"}
22
+ readonly_supported : false
23
+ nonroot_supported : false
22
24
# application setup block
23
25
app_setup_block_enabled : true
24
26
app_setup_block : |
@@ -77,6 +79,7 @@ init_diagram: |
77
79
"raneto:latest" <- Base Images
78
80
# changelog
79
81
changelogs :
82
+ - {date: "01.02.25:", desc: "Rebase to Alpine 3.21."}
80
83
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
81
84
- {date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
82
85
- {date: "12.07.23:", desc: "Rebase to Alpine 3.18."}
Original file line number Diff line number Diff line change 3
3
4
4
HOST=0.0.0.0 exec \
5
5
s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z localhost 3000" \
6
- cd /app/raneto s6-setuidgid abc node server.js
6
+ cd /app/raneto s6-setuidgid abc node server.js
You can’t perform that action at this time.
0 commit comments