rebase alpine-mate to selkies base

This commit is contained in:
thelamer 2025-06-16 10:33:16 -04:00
parent 83c7dfb7f2
commit f803e728db
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:alpine321 FROM ghcr.io/linuxserver/baseimage-selkies:alpine322
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE
@ -13,7 +13,7 @@ ENV TITLE="Alpine MATE"
RUN \ RUN \
echo "**** add icon ****" && \ echo "**** add icon ****" && \
curl -o \ curl -o \
/kclient/public/icon.png \ /usr/share/selkies/www/icon.png \
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \ https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \

View File

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-alpine321 FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-alpine322
# set version label # set version label
ARG BUILD_DATE ARG BUILD_DATE
@ -13,7 +13,7 @@ ENV TITLE="Alpine MATE"
RUN \ RUN \
echo "**** add icon ****" && \ echo "**** add icon ****" && \
curl -o \ curl -o \
/kclient/public/icon.png \ /usr/share/selkies/www/icon.png \
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \ https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
echo "**** install packages ****" && \ echo "**** install packages ****" && \
apk add --no-cache \ apk add --no-cache \