Initial commit

This commit is contained in:
Stephan Stanisic 2022-05-31 16:08:36 +02:00
commit df3fdabd71
2 changed files with 34 additions and 0 deletions

31
.drone.yml Normal file
View File

@ -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

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM ubuntu
RUN apt update && \
apt install -y pandoc texlive-full