From ab71b5ee5addc4bee14396e477a50fc15015a6ac Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 21 Jul 2018 18:07:10 -0700 Subject: [PATCH] updating ci container to support non web containers and push to a latest tag and badge --- Dockerfile | 2 ++ README.md | 7 ++-- ci/ci.py | 86 +++++++++++++++++++++++++++++++++++---------- ci/results.template | 6 ++-- 4 files changed, 76 insertions(+), 25 deletions(-) diff --git a/Dockerfile b/Dockerfile index 43ac538..202c4cb 100755 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,11 @@ RUN \ docker && \ echo "**** Install python deps ****" && \ pip install --no-cache-dir \ + requests \ selenium \ docker \ boto3 \ + anybadge \ jinja2 && \ echo "**** cleanup ****" && \ rm -rf \ diff --git a/README.md b/README.md index 1959941..3d013fc 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,8 @@ The container can be run locally, but it is meant to be integrated into the Linu sudo docker run --rm -i \ -v /var/run/docker.sock:/var/run/docker.sock \ -e IMAGE="linuxserver/" \ --e DELAY_START=