Merge pull request #47 from linuxserver/s6v3-ubuntu-kde

This commit is contained in:
Adam 2022-09-15 14:06:31 +01:00 committed by GitHub
commit cd663f5a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop:jammy-d32ea6dc-ls31
FROM ghcr.io/linuxserver/baseimage-rdesktop:jammy
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-jammy-d32ea6dc-ls31
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm64v8-jammy
# set version label
ARG BUILD_DATE

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-jammy-d32ea6dc-ls31
FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-jammy
# set version label
ARG BUILD_DATE

View File

@ -104,6 +104,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "13.09.22:", desc: "Migrate ubuntu-kde to s6v3" }
- { date: "24.07.22:", desc: "Install firefox from ppa for ubuntu-kde (only image with jammy right now)" }
- { 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." }