Skip to content

Commit

Permalink
Merge pull request #28 from linuxserver/3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Aug 28, 2023
2 parents 81e463a + 705a843 commit a3dfb07
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:3.16
FROM ghcr.io/linuxserver/baseimage-alpine:3.18

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -37,13 +37,11 @@ RUN \
/app/wiki/ && \
cd /app/wiki && \
npm rebuild sqlite3 && \
echo "**** Fix system info page ****" && \
touch /etc/os-release && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \
rm -rf \
/root/.cache \
$HOME/.cache \
/tmp/*

# copy local files
Expand Down
6 changes: 2 additions & 4 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.16
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18

# set version label
ARG BUILD_DATE
Expand Down Expand Up @@ -37,13 +37,11 @@ RUN \
/app/wiki/ && \
cd /app/wiki && \
npm rebuild sqlite3 && \
echo "**** Fix system info page ****" && \
touch /etc/os-release && \
echo "**** cleanup ****" && \
apk del --purge \
build-dependencies && \
rm -rf \
/root/.cache \
$HOME/.cache \
/tmp/*

# copy local files
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **25.08.22:** - Rebase to Alpine 3.18.
* **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **21.03.23:** - Restore git and openssh packages for git storage support.
* **21.03.23:** - Create dummy /etc/os-release to fix System Info page.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ app_setup_block: |
For more information please see the [official documentation](https://docs.requarks.io/).
# changelog
changelogs:
- {date: "25.08.22:", desc: "Rebase to Alpine 3.18."}
- {date: "07.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "21.03.23:", desc: "Restore git and openssh packages for git storage support."}
- {date: "21.03.23:", desc: "Create dummy /etc/os-release to fix System Info page."}
Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-wikijs-config/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
oneshot
oneshot
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-wikijs-config/up
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/etc/s6-overlay/s6-rc.d/init-wikijs-config/run
/etc/s6-overlay/s6-rc.d/init-wikijs-config/run
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-wikijs/type
Original file line number Diff line number Diff line change
@@ -1 +1 @@
longrun
longrun

0 comments on commit a3dfb07

Please sign in to comment.