chore: update caddy and move base image, add ci

master
Jan Christian Grünhage 6 years ago
parent ecb6aa83a5
commit 84a0a03ac6
Signed by untrusted user who does not match committer: jcgruenhage
GPG Key ID: 6594C449C633D10C

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

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

Loading…
Cancel
Save