Compare commits

...

2 Commits

Author SHA1 Message Date
Brad Warren
b71e672a3f try build hooks 2018-02-16 10:23:50 -08:00
Brad Warren
ca584e1b1e add cloudflare dockerfile 2018-02-15 19:05:28 -08:00
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
ARG CACHE_TAG=latest
FROM certbot/certbot:${CACHE_TAG}
COPY . src/certbot-dns-cloudflare
RUN pip install --no-cache-dir --editable /opt/certbot/src/certbot-dns-cloudflare

View File

@@ -0,0 +1,2 @@
#!/bin/bash
docker build --build-arg BUILD_DATE="$CACHE_TAG" -t "$IMAGE_NAME" .