chore: update caddy and move base image, add ci

This commit is contained in:
Jan Christian Grünhage 2017-12-09 11:31:32 +01:00
parent ecb6aa83a5
commit 84a0a03ac6
Signed by untrusted user who does not match committer: jcgruenhage
GPG Key ID: 6594C449C633D10C
2 changed files with 10 additions and 2 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
pipeline:
docker:
image: plugins/docker
repo: docker.jcg.re/caddy
registry: docker.jcg.re
secrets: [ docker_username, docker_password ]
tags: latest

View File

@ -1,10 +1,10 @@
FROM jcgruenhage/baseimage-alpine
FROM docker.jcg.re/base-alpine
MAINTAINER Jan Christian Grünhage <jan.christian@gruenhage.xyz>
ENV GOPATH=/gopath \
CADDY_REPO_OWNER=mholt \
CADDY_REPO_NAME=caddy \
CADDY_BRANCH=tags/v0.10.7 \
CADDY_BRANCH=tags/v0.10.10 \
CADDYPATH=/caddy \
UID=192 \
GID=192