Migrate to s6v3

This commit is contained in:
TheSpad 2022-09-15 16:07:43 +01:00
parent 208d3b4752
commit 0d0f3154f7
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
4 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:jammy-f5e8ed1d-ls35
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:jammy
# set version label
ARG BUILD_DATE
@ -6,6 +6,8 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
ARG DEBIAN_FRONTEND="noninteractive"
# prevent Ubuntu's firefox stub from being installed
COPY /root/etc/apt/preferences.d/firefox-no-snap /etc/apt/preferences.d/firefox-no-snap

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arm64v8-jammy-f5e8ed1d-ls35
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arm64v8-jammy
# set version label
ARG BUILD_DATE
@ -6,6 +6,8 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
ARG DEBIAN_FRONTEND="noninteractive"
# prevent Ubuntu's firefox stub from being installed
COPY /root/etc/apt/preferences.d/firefox-no-snap /etc/apt/preferences.d/firefox-no-snap

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arm32v7-jammy-f5e8ed1d-ls35
FROM ghcr.io/linuxserver/baseimage-rdesktop-web:arm32v7-jammy
# set version label
ARG BUILD_DATE
@ -6,6 +6,8 @@ ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
LABEL maintainer="thelamer"
ARG DEBIAN_FRONTEND="noninteractive"
# prevent Ubuntu's firefox stub from being installed
COPY /root/etc/apt/preferences.d/firefox-no-snap /etc/apt/preferences.d/firefox-no-snap

View File

@ -75,4 +75,5 @@ app_setup_block: |
# changelog
changelogs:
- { date: "16.09.22:", desc: "Migrate to s6v3." }
- { date: "20.04.21:", desc: "Initial release." }