mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
Migrate to s6v3
This commit is contained in:
parent
e035cb3f77
commit
5f90b24a88
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:arch-dbus-9661fcf4-ls33
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:arch-dbus-latest
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-arch-dbus-9661fcf4-ls33
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-arch-dbus-latest
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-arch-dbus-9661fcf4-ls33
|
||||
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-arch-dbus-latest
|
||||
|
||||
# set version label
|
||||
ARG BUILD_DATE
|
||||
|
||||
@ -298,6 +298,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **18.10.22:** - Migrate arch openbox 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.
|
||||
|
||||
@ -104,6 +104,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "18.10.22:", desc: "Migrate arch openbox 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." }
|
||||
|
||||
@ -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
|
||||
8
root/etc/s6-overlay/s6-rc.d/init-openboxcopy/run
Executable file
8
root/etc/s6-overlay/s6-rc.d/init-openboxcopy/run
Executable 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
|
||||
1
root/etc/s6-overlay/s6-rc.d/init-openboxcopy/type
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-openboxcopy/type
Normal file
@ -0,0 +1 @@
|
||||
oneshot
|
||||
1
root/etc/s6-overlay/s6-rc.d/init-openboxcopy/up
Normal file
1
root/etc/s6-overlay/s6-rc.d/init-openboxcopy/up
Normal file
@ -0,0 +1 @@
|
||||
/etc/s6-overlay/s6-rc.d/init-openboxcopy/run
|
||||
Loading…
x
Reference in New Issue
Block a user