Use our own image for CI

This commit is contained in:
fnux 2021-01-04 11:26:45 +01:00
parent 9f4a85901e
commit cd83336322
No known key found for this signature in database
GPG Key ID: 4502C902C00A1E12
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@ stages:
- test
- 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:
stage: test

View 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