commit df3fdabd714b9dc4e0f38bcca92523ba84c3dc6d Author: Stephan Stanisic Date: Tue May 31 16:08:36 2022 +0200 Initial commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..35aa6af --- /dev/null +++ b/.drone.yml @@ -0,0 +1,31 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: tag (${DRONE_TAG}) + image: plugins/docker + settings: + registry: auth.registry.steph.tools + username: drone + password: + from_secret: REGISTRY_PASS + repo: auth.registry.steph.tools/bewegend-leren/pandoc + auto_tag: true +- name: tag (latest) + image: plugins/docker + settings: + registry: auth.registry.steph.tools + username: drone + password: + from_secret: REGISTRY_PASS + repo: auth.registry.steph.tools/bewegend-leren/pandoc + tags: + - latest + +trigger: + event: + - tag + + diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..151b889 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM ubuntu +RUN apt update && \ + apt install -y pandoc texlive-full