File tree Expand file tree Collapse file tree 3 files changed +244
-39
lines changed
Expand file tree Collapse file tree 3 files changed +244
-39
lines changed Original file line number Diff line number Diff line change 1010 uses : linuxserver-labs/docker-actions/.github/workflows/check-baseimage-update.yml@v7.1.0
1111 with :
1212 repo_owner : ${{ github.repository_owner }}
13- baseimage : " kasmvnc "
13+ baseimage : " selkies "
1414 basebranch : " ubuntunoble"
1515 app_name : " nomacs"
1616 secrets :
Original file line number Diff line number Diff line change 1- FROM ghcr.io/linuxserver/baseimage-kasmvnc:ubuntunoble
1+ # syntax=docker/dockerfile:1
2+
3+ FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble
24
35ARG BUILD_DATE
46ARG VERSION
1416RUN \
1517 echo "**** add icon ****" && \
1618 curl -o \
17- /kclient/public /icon.png \
19+ /usr/share/selkies/www /icon.png \
1820 https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nomacs-logo.png && \
1921 echo "**** install build dependencies ****" && \
2022 apt-get update && \
You can’t perform that action at this time.
0 commit comments