File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66ARG BUILD_DATE
Original file line number Diff line number Diff 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}\" \
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 = ''
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ init_diagram: |
106106 "orcaslicer:latest" <- Base Images
107107# changelog
108108changelogs :
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."}
You can’t perform that action at this time.
0 commit comments