docker-rainloop/.drone.yml
Jan Christian Grünhage 6b89f02232
Some checks failed
the build failed
move to base-php, move download out of Dockerfile
move to base-php, which is based on a self built caddy container.
move download out of Dockerfile, because this made it huge and unreadable.

fixes #1
2018-01-28 00:25:00 +01:00

14 lines
396 B
YAML

pipeline:
download:
image: docker.io/fedora
commands:
- dnf install -y zip
- curl https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip > rainloop.zip
- unzip rainloop.zip -d rainloop
docker:
image: plugins/docker
repo: docker.jcg.re/rainloop
registry: docker.jcg.re
secrets: [ docker_username, docker_password ]
tags: latest