Skip to content

Commit 273566e

Browse files
authored
Merge pull request #27 from linuxserver/3.21
Rebase to 3.21
2 parents 0daf81d + 8216e98 commit 273566e

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:3.20
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.21
44

55
# set version label
66
ARG BUILD_DATE

Diff for: Dockerfile.aarch64

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.20
3+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.21
44

55
# set version label
66
ARG BUILD_DATE

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Find us at:
4141

4242
[Raneto](http://raneto.com/) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase.
4343

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/)
4545

4646
## Supported Architectures
4747

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

285285
## Versions
286286

287+
* **01.02.25:** - Rebase to Alpine 3.21.
287288
* **06.06.24:** - Rebase to Alpine 3.20.
288289
* **20.03.24:** - Rebase to Alpine 3.19.
289290
* **12.07.23:** - Rebase to Alpine 3.18.

Diff for: readme-vars.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# project information
44
project_name: raneto
55
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"
77
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) - is an open source Knowledgebase platform that uses static Markdown files to power your Knowledgebase."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
99
project_categories: "Content Management"
@@ -19,6 +19,8 @@ param_volumes:
1919
param_usage_include_ports: true
2020
param_ports:
2121
- {external_port: "3000", internal_port: "3000", port_desc: "The port for the Raneto web interface"}
22+
readonly_supported: false
23+
nonroot_supported: false
2224
# application setup block
2325
app_setup_block_enabled: true
2426
app_setup_block: |
@@ -77,6 +79,7 @@ init_diagram: |
7779
"raneto:latest" <- Base Images
7880
# changelog
7981
changelogs:
82+
- {date: "01.02.25:", desc: "Rebase to Alpine 3.21."}
8083
- {date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
8184
- {date: "20.03.24:", desc: "Rebase to Alpine 3.19."}
8285
- {date: "12.07.23:", desc: "Rebase to Alpine 3.18."}

Diff for: root/etc/s6-overlay/s6-rc.d/svc-raneto/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
HOST=0.0.0.0 exec \
55
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

0 commit comments

Comments
 (0)