We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea8dd3 commit 69b1ac7Copy full SHA for 69b1ac7
Jenkinsfile
@@ -710,7 +710,7 @@ pipeline {
710
-e DO_REGION="ams3" \
711
-e DO_BUCKET="lsio-ci" \
712
-t ghcr.io/linuxserver/ci:latest \
713
- python /ci/ci.py'''
+ python3 test_build.py'''
714
}
715
716
README.md
@@ -231,6 +231,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
231
232
## Versions
233
234
+* **15.09.22:** - Migrate to s6v3.
235
* **26.07.22:** - Rebase on jammy.
236
* **20.04.21:** - Rebase on focal.
237
* **18.01.21:** - Update libpython dependency.
0 commit comments