Merge pull request #59 from linuxserver/s6v3-fedora-openbox

This commit is contained in:
Adam 2022-10-06 19:31:24 +01:00 committed by GitHub
commit b8bf014889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 16 additions and 10 deletions

View File

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

View File

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

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-fedora-af89fa4b-ls63
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-fedora
# set version label
ARG BUILD_DATE
@ -9,6 +9,7 @@ LABEL maintainer="thelamer"
RUN \
echo "**** install packages ****" && \
dnf install -y --forcearch armv7hl --setopt=install_weak_deps=False --best \
firefox \
leafpad \
obconf-qt \
openbox \

View File

@ -298,6 +298,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **06.10.22:** - Rebase fedora-openbox to Fedora 36 & migrate to s6v3.
* **05.03.22:** - Organize tags differently to run Ubuntu at latest LTS, make Alpine latest, add docs about GPU accel.
* **05.05.21:** - Reduce default packages to their flavor specific basics.
* **05.04.21:** - Add Alpine flavor.

View File

@ -104,6 +104,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "06.10.22:", desc: "Rebase fedora-openbox to Fedora 36 & migrate to s6v3." }
- { date: "05.03.22:", desc: "Organize tags differently to run Ubuntu at latest LTS, make Alpine latest, add docs about GPU accel." }
- { date: "05.05.21:", desc: "Reduce default packages to their flavor specific basics." }
- { date: "05.04.21:", desc: "Add Alpine flavor." }

View File

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

View File

@ -0,0 +1,8 @@
#!/usr/bin/with-contenv bash
# default file copies first run
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