From d08a7e1e78dcf26e54abf656e6294e5b32b75bb1 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 20 May 2024 21:50:03 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-ci.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/images/docker-ci.md b/docs/images/docker-ci.md index f872cbd96..8fc99056d 100755 --- a/docs/images/docker-ci.md +++ b/docs/images/docker-ci.md @@ -37,23 +37,25 @@ 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/" \ --e TAGS="" \ +-e TAGS="" \ -e META_TAG= \ -e BASE= \ -e SECRET_KEY= \ -e ACCESS_KEY= \ --e DOCKER_ENV="" \ +-e DOCKER_ENV="" \ -e WEB_AUTH="" \ -e WEB_PATH=". Defaults to ''." \ -e S3_REGION= \ -e S3_BUCKET= \ --e WEB_SCREENSHOT_DELAY= +-e WEB_SCREENSHOT_TIMEOUT= +-e WEB_SCREENSHOT_DELAY= \ +-e SBOM_TIMEOUT= -e WEB_SCREENSHOT= \ --e DELAY_START= \ -e PORT= \ -e SSL= \ -e CI_S6_VERBOSITY= \ --e DOCKER_LOGS_DELAY= \ +-e CI_LOG_LEVEL= \ +-e DOCKER_LOGS_TIMEOUT= \ -e DRY_RUN= -t lsiodev/ci:latest \ python3 test_build.py