mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
try build hooks
This commit is contained in:
parent
7bdbe9cae8
commit
c3eb087e60
2 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM certbot/certbot:rolling
|
||||
ARG CACHE_TAG=latest
|
||||
FROM certbot/certbot:${CACHE_TAG}
|
||||
|
||||
COPY . src/certbot-dns-cloudflare
|
||||
|
||||
|
|
|
|||
2
certbot-dns-cloudflare/hooks/build
Normal file
2
certbot-dns-cloudflare/hooks/build
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker build --build-arg BUILD_DATE="$CACHE_TAG" -t "$IMAGE_NAME" .
|
||||
Loading…
Reference in a new issue