mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 20:42:47 +02:00
Add DNS Dockerfiles
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-cloudflare
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-cloudflare
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-cloudxns
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-cloudxns
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-digitalocean
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-digitalocean
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-dnsimple
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-dnsimple
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-dnsmadeeasy
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-dnsmadeeasy
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-google
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-google
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-luadns
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-luadns
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-nsone
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-nsone
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-rfc2136
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-rfc2136
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
FROM certbot/certbot
|
||||||
|
|
||||||
|
COPY . src/certbot-dns-route53
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --editable src/certbot-dns-route53
|
||||||
Reference in New Issue
Block a user