mirror of
https://github.com/linuxserver/docker-thunderbird.git
synced 2026-06-03 09:57:37 +00:00
rebase to resolute
This commit is contained in:
+1
-2
@@ -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
@@ -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
@@ -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}\" \
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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 = ''
|
||||
|
||||
@@ -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."}
|
||||
|
||||
Reference in New Issue
Block a user