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 11# syntax=docker/dockerfile:1
22
3- FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubuntunoble
3+ FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubunturesolute
44
55# set version label
66ARG BUILD_DATE
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ pipeline {
3333 CI_PORT = ' 3001'
3434 CI_SSL = ' true'
3535 CI_DELAY = ' 120'
36+ CI_WEB_SCREENSHOT_DELAY = ' 30'
3637 CI_DOCKERENV = ' '
3738 CI_AUTH = ' '
3839 CI_WEBPATH = ' '
@@ -893,6 +894,7 @@ pipeline {
893894 --shm-size=1gb \
894895 -v /var/run/docker.sock:/var/run/docker.sock \
895896 -e IMAGE=\" ${IMAGE}\" \
897+ -e WEB_SCREENSHOT_DELAY=\" ${CI_WEB_SCREENSHOT_DELAY}\" \
896898 -e DOCKER_LOGS_TIMEOUT=\" ${CI_DELAY}\" \
897899 -e TAGS=\" ${CI_TAGS}\" \
898900 -e META_TAG=\" ${META_TAG}\" \
Original file line number Diff line number Diff line change @@ -576,6 +576,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
576576
577577# # Versions
578578
579+ * **20.04.26:** - Rebase to resolute.
579580* **04.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
580581* **11.03.26:** - Push aarch64 image. Update external trigger.
581582* **28.12.25:** - Add Wayland init logic.
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ repo_vars:
2929 - CI_PORT = '3001'
3030 - CI_SSL = 'true'
3131 - CI_DELAY = '120'
32+ - CI_WEB_SCREENSHOT_DELAY = '30'
3233 - CI_DOCKERENV = ''
3334 - CI_AUTH = ''
3435 - CI_WEBPATH = ''
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ init_diagram: |
101101 "yaak:latest" <- Base Images
102102# changelog
103103changelogs :
104+ - {date: "20.04.26:", desc: "Rebase to resolute."}
104105 - {date: "04.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
105106 - {date: "11.03.26:", desc: "Push aarch64 image. Update external trigger."}
106107 - {date: "28.12.25:", desc: "Add Wayland init logic."}
You can’t perform that action at this time.
0 commit comments