Merge pull request #27 from linuxserver/s6v3-master

This commit is contained in:
Adam 2022-10-20 20:20:25 +01:00 committed by GitHub
commit 60d0e37adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arch-a95e952b-ls63
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arch
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arm64v8-arch-a95e952b-ls63
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arm64v8-arch
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arm32v7-arch-a95e952b-ls63
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arm32v7-arch
# set version label
ARG BUILD_DATE

View File

@ -260,6 +260,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **20.10.22:** - Migrate to s6v3.
* **07.03.22:** - Add Exiftool and firefox for image exports.
* **20.02.22:** - Add MariaDB, expand documentation.
* **15.02.22:** - Rebase to Arch.

View File

@ -77,6 +77,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "20.10.22:", desc: "Migrate to s6v3." }
- { date: "07.03.22:", desc: "Add Exiftool and firefox for image exports." }
- { date: "20.02.22:", desc: "Add MariaDB, expand documentation." }
- { date: "15.02.22:", desc: "Rebase to Arch." }

View File

@ -1,7 +1,8 @@
#!/usr/bin/with-contenv bash
# default file copies first run
[[ ! -f /config/.config/openbox/menu.xml ]] && \
if [[ ! -f /config/.config/openbox/menu.xml ]]; then
mkdir -p /config/.config/openbox && \
cp /defaults/menu.xml /config/.config/openbox/menu.xml && \
chown -R abc:abc /config/.config
fi

View File

@ -0,0 +1 @@
oneshot

View File

@ -0,0 +1 @@
/etc/s6-overlay/s6-rc.d/init-openboxcopy/run