Skip to content

Commit 27bfa00

Browse files
committed
resolute rebase
1 parent 36efa8c commit 27bfa00

5 files changed

Lines changed: 6 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble
3+
FROM ghcr.io/linuxserver/baseimage-selkies:ubunturesolute
44

55
# set version label
66
ARG BUILD_DATE

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pipeline {
3535
CI_PORT = '3001'
3636
CI_SSL = 'true'
3737
CI_DELAY = '120'
38+
CI_WEB_SCREENSHOT_DELAY = '30'
3839
CI_DOCKERENV = 'TZ=US/Pacific'
3940
CI_AUTH = 'user:password'
4041
CI_WEBPATH = ''
@@ -902,6 +903,7 @@ pipeline {
902903
--shm-size=1gb \
903904
-v /var/run/docker.sock:/var/run/docker.sock \
904905
-e IMAGE=\"${IMAGE}\" \
906+
-e WEB_SCREENSHOT_DELAY=\"${CI_WEB_SCREENSHOT_DELAY}\" \
905907
-e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \
906908
-e TAGS=\"${CI_TAGS}\" \
907909
-e META_TAG=\"${META_TAG}\" \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
639639

640640
## Versions
641641

642+
* **19.04.26:** - Rebase to resolute.
642643
* **29.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
643644
* **01.01.26:** - Add wayland init.
644645
* **25.11.25:** - Update project repo name.

jenkins-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ repo_vars:
3030
- CI_PORT = '3001'
3131
- CI_SSL = 'true'
3232
- CI_DELAY = '120'
33+
- CI_WEB_SCREENSHOT_DELAY = '30'
3334
- CI_DOCKERENV = 'TZ=US/Pacific'
3435
- CI_AUTH = 'user:password'
3536
- CI_WEBPATH = ''

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ init_diagram: |
106106
"orcaslicer:latest" <- Base Images
107107
# changelog
108108
changelogs:
109+
- {date: "19.04.26:", desc: "Rebase to resolute."}
109110
- {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111
- {date: "01.01.26:", desc: "Add wayland init."}
111112
- {date: "25.11.25:", desc: "Update project repo name."}

0 commit comments

Comments
 (0)