Skip to content

Commit 6bb1d52

Browse files
committed
forgot to commit
1 parent 326114e commit 6bb1d52

2 files changed

Lines changed: 13 additions & 15 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ For local development and debugging, you can use `CI_LOCAL_MODE`. This mode runs
3636

3737
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.
3838

39-
|||
39+
```
4040
docker run --rm -i \
4141
--shm-size=1gb \
4242
-v /var/run/docker.sock:/var/run/docker.sock \
@@ -54,15 +54,15 @@ docker run --rm -i \
5454
-e WEB_SCREENSHOT_DELAY=20 \
5555
-t lsiodev/ci:latest \
5656
python3 test_build.py
57-
|||
57+
```
5858

5959
### Viewing the Report
6060

6161
Once the script finishes, you can view the detailed HTML report with this command:
6262

63-
|||
63+
```
6464
chromium output/linuxserver/plex/latest/index.html
65-
|||
65+
```
6666
> **Note:** You can use any modern web browser (Firefox, Chrome, etc.).
6767
6868
### Key Local Variables
@@ -87,7 +87,7 @@ chromium output/linuxserver/plex/latest/index.html
8787

8888
The following shows the full list of environment variables used when the container is run by our CI system, [linuxserver/pipeline-triggers][pipelineurl].
8989

90-
|||
90+
```
9191
sudo docker run --rm -i \
9292
-v /var/run/docker.sock:/var/run/docker.sock \
9393
-v /host/path:/ci/output:rw `#Optional, will contain all the files the container creates.` \
@@ -117,7 +117,7 @@ sudo docker run --rm -i \
117117
-e SYFT_IMAGE_TAG=<optional, The image tag of the syft docker image. Used for generating SBOM. Defaults to '1.26.1'> \
118118
-t lsiodev/ci:latest \
119119
python3 test_build.py
120-
|||
120+
```
121121

122122
The following line is only in this repo for loop testing:
123123

readme-vars.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
---
2-
3-
# project information
41
project_name: ci
52
project_categories: "Internal"
63
full_custom_readme: |
@@ -41,7 +38,7 @@ full_custom_readme: |
4138
4239
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.
4340
44-
|||
41+
```
4542
docker run --rm -i \
4643
--shm-size=1gb \
4744
-v /var/run/docker.sock:/var/run/docker.sock \
@@ -59,15 +56,15 @@ full_custom_readme: |
5956
-e WEB_SCREENSHOT_DELAY=20 \
6057
-t lsiodev/ci:latest \
6158
python3 test_build.py
62-
|||
59+
```
6360
6461
### Viewing the Report
6562
6663
Once the script finishes, you can view the detailed HTML report with this command:
6764
68-
|||
65+
```
6966
chromium output/linuxserver/plex/latest/index.html
70-
|||
67+
```
7168
> **Note:** You can use any modern web browser (Firefox, Chrome, etc.).
7269
7370
### Key Local Variables
@@ -92,7 +89,7 @@ full_custom_readme: |
9289
9390
The following shows the full list of environment variables used when the container is run by our CI system, [linuxserver/pipeline-triggers][pipelineurl].
9491
95-
|||
92+
```
9693
sudo docker run --rm -i \
9794
-v /var/run/docker.sock:/var/run/docker.sock \
9895
-v /host/path:/ci/output:rw `#Optional, will contain all the files the container creates.` \
@@ -122,9 +119,10 @@ full_custom_readme: |
122119
-e SYFT_IMAGE_TAG=<optional, The image tag of the syft docker image. Used for generating SBOM. Defaults to '1.26.1'> \
123120
-t lsiodev/ci:latest \
124121
python3 test_build.py
125-
|||
122+
```
126123
127124
The following line is only in this repo for loop testing:
128125
129126
- { date: "01.01.50:", desc: "I am the release message for this internal repo." }
130127
{%- endraw %}
128+

0 commit comments

Comments
 (0)