Migrate arch-xfce to s6v3

This commit is contained in:
TheSpad 2022-10-18 13:38:08 +01:00
parent 501dfaf46a
commit fbf15e65d1
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
5 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -298,6 +298,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **18.10.22:** - Migrate arch-xfce 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

@ -76,7 +76,7 @@ app_setup_block: |
The first thing you should do when you login to the container is to change the abc users password by issuing the `passwd` command.
**Modern GUI desktop apps (including some flavors terminals) have issues with the latest Docker and syscall compatibility, you can use Docker with the `--security-opt seccomp=unconfined` setting to allow these syscalls or try [podman](https://podman.io/) as they have updated their codebase to support them**
If you ever lose your password you can always reset it by execing into the container as root:
```
docker exec -it rdesktop passwd abc
@ -104,6 +104,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "18.10.22:", desc: "Migrate arch-xfce 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." }