Rebase alpine xfce to 3.16, migrate to s6v3

This commit is contained in:
TheSpad 2022-10-26 15:24:42 +01:00 committed by Ryan Kuba
parent 474c9dc0fd
commit fe575aa8b7
5 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop:alpine
FROM ghcr.io/linuxserver/baseimage-rdesktop:3.16
# set version label
ARG BUILD_DATE
@ -29,4 +29,5 @@ COPY /root /
# ports and volumes
EXPOSE 3389
VOLUME /config

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-alpine
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-3.16
# set version label
ARG BUILD_DATE
@ -29,4 +29,5 @@ COPY /root /
# ports and volumes
EXPOSE 3389
VOLUME /config

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-alpine
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-3.16
# set version label
ARG BUILD_DATE
@ -29,4 +29,5 @@ COPY /root /
# ports and volumes
EXPOSE 3389
VOLUME /config

View File

@ -302,6 +302,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **26.10.22:** - Rebase Alpine xfce to 3.16, 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

@ -108,6 +108,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "26.10.22:", desc: "Rebase Alpine xfce to 3.16, 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." }