Skip to content

Commit bfd0f04

Browse files
authored
Merge pull request #10 from linuxserver/master-origin
Add docs for origin tag
2 parents 1cd2082 + 62d1eae commit bfd0f04

4 files changed

Lines changed: 18 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = 'TZ=US/Pacific'
3738
CI_AUTH = 'user:password'
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}\" \

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ The architectures supported by this image are:
5454
| x86-64 || amd64-\<version tag\> |
5555
| arm64 || arm64v8-\<version tag\> |
5656

57+
## Version Tags
58+
59+
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
60+
61+
| Tag | Available | Description |
62+
| :----: | :----: |--- |
63+
| latest || Stable Brave releases |
64+
| origin || Brave Origin nightly releases |
65+
5766
## Application Setup
5867

5968
The application can be accessed at:
@@ -639,6 +648,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
639648

640649
## Versions
641650

651+
* **20.04.26:** - Added Brave Origin as origin tag.
642652
* **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
643653
* **20.12.25:** - Add Wayland init logic.
644654
* **22.09.25:** - Rebase to Debian Trixie.

jenkins-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ repo_vars:
2323
- CI_PORT = '3001'
2424
- CI_SSL = 'true'
2525
- CI_DELAY = '120'
26+
- CI_WEB_SCREENSHOT_DELAY = '30'
2627
- CI_DOCKERENV = 'TZ=US/Pacific'
2728
- CI_AUTH = 'user:password'
2829
- CI_WEBPATH = ''

readme-vars.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ available_architectures:
1313
- {arch: "{{ arch_x86_64 }}", tag: "latest"}
1414
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
1515
# development version
16-
development_versions: false
16+
development_versions: true
17+
development_versions_items:
18+
- {tag: "latest", desc: "Stable Brave releases"}
19+
- {tag: "origin", desc: "Brave Origin nightly releases"}
1720
# container parameters
1821
common_param_env_vars_enabled: true
1922
param_container_name: "{{ project_name }}"
@@ -107,6 +110,7 @@ init_diagram: |
107110
"brave:latest" <- Base Images
108111
# changelog
109112
changelogs:
113+
- {date: "20.04.26:", desc: "Added Brave Origin as origin tag."}
110114
- {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
111115
- {date: "20.12.25:", desc: "Add Wayland init logic."}
112116
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}

0 commit comments

Comments
 (0)