This container is not meant for public consumption as it is hard coded to LinuxServer endpoints for storage of resulting reports
The purpose of this container is to accept environment variables from our build system linuxserver/pipeline-triggers to perform basic continuous integration on the software being built.
This container is not meant for public consumption as it is hard coded to LinuxServer endpoints for storage of resulting reports
The purpose of this container is to accept environment variables from our build system linuxserver/pipeline-triggers to perform basic continuous integration on the software being built.
The container can be run locally, but it is meant to be integrated into the LinuxServer build process:
sudo docker run --rm -i \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /host/path:/ci/output:rw `#Optional, will contain all the files the container creates.` \
-e IMAGE="linuxserver/<dockerimage>" \
@@ -22,4 +22,4 @@
-e DRY_RUN=<optional, Set to 'true' when you don't want to upload files to S3 when testing>
-t lsiodev/ci:latest \
python3 test_build.py
-
The following line is only in this repo for loop testing:
{ date: "01.01.50:", desc: "I am the release message for this internal repo." }
\ No newline at end of file
+
The following line is only in this repo for loop testing:
{ date: "01.01.50:", desc: "I am the release message for this internal repo." }
\ No newline at end of file
diff --git a/images/docker-series-troxide/index.html b/images/docker-series-troxide/index.html
index abbdafa634..755fe08c4c 100644
--- a/images/docker-series-troxide/index.html
+++ b/images/docker-series-troxide/index.html
@@ -48,4 +48,4 @@
--pull\-tlscr.io/linuxserver/series-troxide:latest.
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static