File tree Expand file tree Collapse file tree 12 files changed +43
-21
lines changed
Expand file tree Collapse file tree 12 files changed +43
-21
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/linuxserver/baseimage-kasmvnc :ubuntunoble
1+ FROM ghcr.io/linuxserver/baseimage-selkies :ubuntunoble
22
33# set version label
44ARG BUILD_DATE
@@ -9,27 +9,32 @@ LABEL maintainer="thelamer"
99# title
1010ENV TITLE="Ubuntu i3"
1111
12- # prevent Ubuntu's firefox stub from being installed
13- COPY /root/etc/apt/preferences.d/firefox-no-snap /etc/apt/preferences.d/firefox-no-snap
14-
1512RUN \
1613 echo "**** add icon ****" && \
1714 curl -o \
18- /kclient/public /icon.png \
15+ /usr/share/selkies/www /icon.png \
1916 https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
2017 echo "**** install packages ****" && \
21- add-apt-repository -y ppa:mozillateam/ppa && \
18+ apt-key adv \
19+ --keyserver hkp://keyserver.ubuntu.com:80 \
20+ --recv-keys 5301FA4FD93244FBC6F6149982BB6851C64F6880 && \
21+ echo \
22+ "deb https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu noble main" > \
23+ /etc/apt/sources.list.d/xtradeb.list && \
2224 apt-get update && \
2325 DEBIAN_FRONTEND=noninteractive \
2426 apt-get install -y --no-install-recommends \
25- firefox \
27+ chromium \
2628 i3 \
2729 i3-wm \
2830 stterm && \
2931 echo "**** application tweaks ****" && \
3032 update-alternatives --set \
3133 x-terminal-emulator \
3234 /usr/bin/st && \
35+ mv \
36+ /usr/bin/chromium \
37+ /usr/bin/chromium-browser && \
3338 echo "**** cleanup ****" && \
3439 apt-get autoclean && \
3540 rm -rf \
Original file line number Diff line number Diff line change 1- FROM ghcr.io/linuxserver/baseimage-kasmvnc :arm64v8-ubuntunoble
1+ FROM ghcr.io/linuxserver/baseimage-selkies :arm64v8-ubuntunoble
22
33# set version label
44ARG BUILD_DATE
@@ -9,27 +9,32 @@ LABEL maintainer="thelamer"
99# title
1010ENV TITLE="Ubuntu i3"
1111
12- # prevent Ubuntu's firefox stub from being installed
13- COPY /root/etc/apt/preferences.d/firefox-no-snap /etc/apt/preferences.d/firefox-no-snap
14-
1512RUN \
1613 echo "**** add icon ****" && \
1714 curl -o \
18- /kclient/public /icon.png \
15+ /usr/share/selkies/www /icon.png \
1916 https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
2017 echo "**** install packages ****" && \
21- add-apt-repository -y ppa:mozillateam/ppa && \
18+ apt-key adv \
19+ --keyserver hkp://keyserver.ubuntu.com:80 \
20+ --recv-keys 5301FA4FD93244FBC6F6149982BB6851C64F6880 && \
21+ echo \
22+ "deb https://ppa.launchpadcontent.net/xtradeb/apps/ubuntu noble main" > \
23+ /etc/apt/sources.list.d/xtradeb.list && \
2224 apt-get update && \
2325 DEBIAN_FRONTEND=noninteractive \
2426 apt-get install -y --no-install-recommends \
25- firefox \
27+ chromium \
2628 i3 \
2729 i3-wm \
2830 stterm && \
2931 echo "**** application tweaks ****" && \
3032 update-alternatives --set \
3133 x-terminal-emulator \
3234 /usr/bin/st && \
35+ mv \
36+ /usr/bin/chromium \
37+ /usr/bin/chromium-browser && \
3338 echo "**** cleanup ****" && \
3439 apt-get autoclean && \
3540 rm -rf \
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ pipeline {
3030 MULTIARCH = ' true'
3131 CI = ' true'
3232 CI_WEB = ' true'
33- CI_PORT = ' 3000 '
34- CI_SSL = ' false '
33+ CI_PORT = ' 3001 '
34+ CI_SSL = ' true '
3535 CI_DELAY = ' 120'
3636 CI_DOCKERENV = ' TZ=US/Pacific'
3737 CI_AUTH = ' user:password'
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ repo_vars:
1919 - MULTIARCH='true'
2020 - CI='true'
2121 - CI_WEB='true'
22- - CI_PORT='3000 '
23- - CI_SSL='false '
22+ - CI_PORT='3001 '
23+ - CI_SSL='true '
2424 - CI_DELAY='120'
2525 - CI_DOCKERENV='TZ=US/Pacific'
2626 - CI_AUTH='user:password'
You can’t perform that action at this time.
0 commit comments