Skip to content

Commit 2bcb808

Browse files
committed
rebase debian-i3 to selkies
1 parent ac1881b commit 2bcb808

10 files changed

Lines changed: 7 additions & 7 deletions

File tree

.editorconfig

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.bug.yml

100755100644
File mode changed.

.github/ISSUE_TEMPLATE/issue.feature.yml

100755100644
File mode changed.

.github/workflows/call_issue_pr_tracker.yml

100755100644
File mode changed.

.github/workflows/call_issues_cron.yml

100755100644
File mode changed.

.github/workflows/permissions.yml

100755100644
File mode changed.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-kasmvnc:debianbookworm
1+
FROM ghcr.io/linuxserver/baseimage-selkies:debianbookworm
22

33
# set version label
44
ARG BUILD_DATE
@@ -12,7 +12,7 @@ ENV TITLE="Debian i3"
1212
RUN \
1313
echo "**** add icon ****" && \
1414
curl -o \
15-
/kclient/public/icon.png \
15+
/usr/share/selkies/www/icon.png \
1616
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/webtop-logo.png && \
1717
echo "**** install packages ****" && \
1818
apt-get update && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/baseimage-kasmvnc:arm64v8-debianbookworm
1+
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-debianbookworm
22

33
# set version label
44
ARG BUILD_DATE

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)