From 86ba30cbf4c310e95cd6753f46af8a27bf6d15cf Mon Sep 17 00:00:00 2001 From: TheSpad Date: Tue, 18 Oct 2022 13:41:47 +0100 Subject: [PATCH] Migrate arch kde to s6v3 --- Dockerfile | 2 +- Dockerfile.aarch64 | 2 +- Dockerfile.armhf | 2 +- README.md | 1 + readme-vars.yml | 3 ++- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ecb9d00b..00f53716 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 319f95e9..5739fb38 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 diff --git a/Dockerfile.armhf b/Dockerfile.armhf index b6efde6a..57b26557 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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 diff --git a/README.md b/README.md index c67bf0c3..f2325855 100644 --- a/README.md +++ b/README.md @@ -302,6 +302,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **18.10.22:** - Migrate arch kde 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. diff --git a/readme-vars.yml b/readme-vars.yml index cea8098f..f84fdb75 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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 @@ -108,6 +108,7 @@ app_setup_block: | # changelog changelogs: + - { date: "18.10.22:", desc: "Migrate arch kde 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." }