mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
try build hooks
This commit is contained in:
parent
ca584e1b1e
commit
b71e672a3f
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