Use our own image for CI
This commit is contained in:
parent
9f4a85901e
commit
cd83336322
2 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@ stages:
|
||||||
- test
|
- test
|
||||||
- doc
|
- doc
|
||||||
|
|
||||||
image: code.ungleich.ch:5050/ungleich-public/cdist/cdist-ci:latest
|
image: code.ungleich.ch:5050/ungleich-public/cdist-contrib/ci-container:latest
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
7
scripts/ci-container/Dockerfile
Normal file
7
scripts/ci-container/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# This image is used in the cdist-contrib CI for linting and generating the
|
||||||
|
# documentation.
|
||||||
|
FROM fedora:latest
|
||||||
|
MAINTAINER Timothée Floure <fnux@ungleich.ch>
|
||||||
|
|
||||||
|
RUN dnf install -y git findutils make python3-sphinx python3-sphinx_rtd_theme \
|
||||||
|
ShellCheck
|
Loading…
Reference in a new issue