From 79eeb713be3342d866668a5c0980bb79f4d6c724 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 3 Jun 2019 07:14:56 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-ci.md | 54 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100755 images/docker-ci.md diff --git a/images/docker-ci.md b/images/docker-ci.md new file mode 100755 index 0000000000..2375f7bca3 --- /dev/null +++ b/images/docker-ci.md @@ -0,0 +1,54 @@ +[linuxserverurl]: https://linuxserver.io +[forumurl]: https://forum.linuxserver.io +[ircurl]: https://www.linuxserver.io/irc/ +[podcasturl]: https://www.linuxserver.io/podcast/ +[huburl]: https://hub.docker.com/r/linuxserver/ci/ +[pipelineurl]: https://github.com/linuxserver/pipeline-triggers + +[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png?v=4&s=4000)][linuxserverurl] + + +## Contact information:- + +| Type | Address/Details | +| :---: | --- | +| Discord | [Discord](https://discord.gg/YWrKVTn) | +| Forum | [Linuserver.io forum][forumurl] | +| IRC | freenode at `#linuxserver.io` more information at:- [IRC][ircurl] +| Podcast | Covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation! [Linuxserver.io Podcast][podcasturl] | + +# [linuxserver/ci][huburl] + +**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][pipelineurl] to perform basic continuous integration on the software being built. + +## Usage + +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 \ +-e IMAGE="linuxserver/" \ +-e TAGS="" \ +-e META_TAG= \ +-e BASE= \ +-e SECRET_KEY= \ +-e ACCESS_KEY= \ +-e DOCKER_ENV="" \ +-e WEB_AUTH="" \ +-e WEB_PATH="" \ +-e DO_REGION= \ +-e DO_BUCKET= \ +-e WEB_SCREENSHOT= \ +-e DELAY_START= \ +-e PORT= \ +-e SSL= \ +-t lsiodev/ci:latest \ +python /ci/ci.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." }