Import CI image definition

This commit is contained in:
fnux 2020-04-21 08:13:32 +02:00
parent 0805fac7e9
commit c9c1e7d790
3 changed files with 14 additions and 0 deletions

8
other/ci/Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM alpine:latest
COPY ./repositories /etc/apk/
RUN apk update
RUN apk upgrade
RUN apk add python3 py3-pycodestyle rsync make shellcheck git
RUN apk fix

3
other/ci/README.md Normal file
View File

@ -0,0 +1,3 @@
This container is used for cdist's CI pipeline, and deployed in ungleich's docker registry at:
code.ungleich.ch:5050/ungleich-public/cdist-ci:latest

3
other/ci/repositories Normal file
View File

@ -0,0 +1,3 @@
https://mirror.ungleich.ch/mirror/packages/alpine/edge/main
https://mirror.ungleich.ch/mirror/packages/alpine/edge/community
https://mirror.ungleich.ch/mirror/packages/alpine/edge/testing