Compare commits

..

No commits in common. "6de73756d6ca4fa0a1f28cebba9bea51c8ddd855" and "7431af5d95f3b595db90fefa42ce3f1722ef1507" have entirely different histories.

3 changed files with 3 additions and 15 deletions

View file

@ -15,15 +15,11 @@ pipeline:
tags: latest
when:
matrix:
CADDY_VERSION: v0.11.0
CADDY_VERSION: v0.10.10
matrix:
CADDY_VERSION:
- v0.11.0
- v0.10.14
- v0.10.12
- v0.10.11
- v0.10.10
- v0.10.9
- v0.10.8

View file

@ -1,12 +1,5 @@
FROM docker.io/matrixdotorg/base-caddy
ENV UID=1337 \
GID=1337
RUN apk add --no-cache \
su-exec \
s6 \
ca-certificates \
bash
FROM docker.jcg.re/base-caddy
RUN apk add --no-cache bash
ADD root /
EXPOSE 2015 80 443
VOLUME ["/etc/caddy", "/var/www"]
CMD ["/bin/s6-svscan", "/etc/s6.d/"]

View file

@ -1 +0,0 @@
#!/bin/sh