rebase to resolute

This commit is contained in:
thelamer
2026-05-31 14:16:16 -04:00
parent 778043315f
commit 4c54015c8a
6 changed files with 7 additions and 4 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-selkies:ubuntunoble
FROM ghcr.io/linuxserver/baseimage-selkies:ubunturesolute
# set version label
ARG BUILD_DATE
@@ -9,7 +9,6 @@ LABEL maintainer="thelamer"
# title
ENV TITLE=Thunderbird \
NO_GAMEPAD=true \
PIXELFLUX_WAYLAND=true
RUN \
+1 -2
View File
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubuntunoble
FROM ghcr.io/linuxserver/baseimage-selkies:arm64v8-ubunturesolute
# set version label
ARG BUILD_DATE
@@ -9,7 +9,6 @@ LABEL maintainer="thelamer"
# title
ENV TITLE=Thunderbird \
NO_GAMEPAD=true \
PIXELFLUX_WAYLAND=true
RUN \
Vendored
+2
View File
@@ -33,6 +33,7 @@ pipeline {
CI_PORT = '3001'
CI_SSL = 'true'
CI_DELAY = '120'
CI_WEB_SCREENSHOT_DELAY = '30'
CI_DOCKERENV = 'TZ=US/Pacific'
CI_AUTH = 'user:password'
CI_WEBPATH = ''
@@ -894,6 +895,7 @@ pipeline {
--shm-size=1gb \
-v /var/run/docker.sock:/var/run/docker.sock \
-e IMAGE=\"${IMAGE}\" \
-e WEB_SCREENSHOT_DELAY=\"${CI_WEB_SCREENSHOT_DELAY}\" \
-e DOCKER_LOGS_TIMEOUT=\"${CI_DELAY}\" \
-e TAGS=\"${CI_TAGS}\" \
-e META_TAG=\"${META_TAG}\" \
+1
View File
@@ -643,6 +643,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **31.05.26:** - Rebase to resolute.
* **04.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
* **28.12.25:** - Add Wayland init logic.
* **02.12.25:** - Initial release.
+1
View File
@@ -22,6 +22,7 @@ repo_vars:
- CI_PORT = '3001'
- CI_SSL = 'true'
- CI_DELAY = '120'
- CI_WEB_SCREENSHOT_DELAY = '30'
- CI_DOCKERENV = 'TZ=US/Pacific'
- CI_AUTH = 'user:password'
- CI_WEBPATH = ''
+1
View File
@@ -107,6 +107,7 @@ init_diagram: |
"thunderbird:latest" <- Base Images
# changelog
changelogs:
- {date: "31.05.26:", desc: "Rebase to resolute."}
- {date: "04.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
- {date: "28.12.25:", desc: "Add Wayland init logic."}
- {date: "02.12.25:", desc: "Initial release."}