You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For local development and debugging, you can use `CI_LOCAL_MODE`. This mode runs
36
36
37
37
Run this command from your terminal. It will test the `linuxserver/plex:latest` image and place the report in an `output` directory in your current folder.
38
38
39
-
|||
39
+
```
40
40
docker run --rm -i \
41
41
--shm-size=1gb \
42
42
-v /var/run/docker.sock:/var/run/docker.sock \
@@ -54,15 +54,15 @@ docker run --rm -i \
54
54
-e WEB_SCREENSHOT_DELAY=20 \
55
55
-t lsiodev/ci:latest \
56
56
python3 test_build.py
57
-
|||
57
+
```
58
58
59
59
### Viewing the Report
60
60
61
61
Once the script finishes, you can view the detailed HTML report with this command:
The following shows the full list of environment variables used when the container is run by our CI system, [linuxserver/pipeline-triggers][pipelineurl].
89
89
90
-
|||
90
+
```
91
91
sudo docker run --rm -i \
92
92
-v /var/run/docker.sock:/var/run/docker.sock \
93
93
-v /host/path:/ci/output:rw `#Optional, will contain all the files the container creates.` \
@@ -117,7 +117,7 @@ sudo docker run --rm -i \
117
117
-e SYFT_IMAGE_TAG=<optional, The image tag of the syft docker image. Used for generating SBOM. Defaults to '1.26.1'> \
118
118
-t lsiodev/ci:latest \
119
119
python3 test_build.py
120
-
|||
120
+
```
121
121
122
122
The following line is only in this repo for loop testing:
Copy file name to clipboardExpand all lines: readme-vars.yml
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,3 @@
1
-
---
2
-
3
-
# project information
4
1
project_name: ci
5
2
project_categories: "Internal"
6
3
full_custom_readme: |
@@ -41,7 +38,7 @@ full_custom_readme: |
41
38
42
39
Run this command from your terminal. It will test the `linuxserver/plex:latest` image and place the report in an `output` directory in your current folder.
43
40
44
-
|||
41
+
```
45
42
docker run --rm -i \
46
43
--shm-size=1gb \
47
44
-v /var/run/docker.sock:/var/run/docker.sock \
@@ -59,15 +56,15 @@ full_custom_readme: |
59
56
-e WEB_SCREENSHOT_DELAY=20 \
60
57
-t lsiodev/ci:latest \
61
58
python3 test_build.py
62
-
|||
59
+
```
63
60
64
61
### Viewing the Report
65
62
66
63
Once the script finishes, you can view the detailed HTML report with this command:
> **Note:** You can use any modern web browser (Firefox, Chrome, etc.).
72
69
73
70
### Key Local Variables
@@ -92,7 +89,7 @@ full_custom_readme: |
92
89
93
90
The following shows the full list of environment variables used when the container is run by our CI system, [linuxserver/pipeline-triggers][pipelineurl].
94
91
95
-
|||
92
+
```
96
93
sudo docker run --rm -i \
97
94
-v /var/run/docker.sock:/var/run/docker.sock \
98
95
-v /host/path:/ci/output:rw `#Optional, will contain all the files the container creates.` \
@@ -122,9 +119,10 @@ full_custom_readme: |
122
119
-e SYFT_IMAGE_TAG=<optional, The image tag of the syft docker image. Used for generating SBOM. Defaults to '1.26.1'> \
123
120
-t lsiodev/ci:latest \
124
121
python3 test_build.py
125
-
|||
122
+
```
126
123
127
124
The following line is only in this repo for loop testing:
128
125
129
126
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }
0 commit comments