Skip to content

Commit

Permalink
Merge pull request certbot#5628 from certbot/dns-docker
Browse files Browse the repository at this point in the history
Add DNS Dockerfiles
  • Loading branch information
bmw authored Mar 2, 2018
2 parents 8bc9cd6 + 57bdc59 commit 31805c5
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
5 changes: 5 additions & 0 deletions certbot-dns-cloudflare/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-cloudflare

RUN pip install --no-cache-dir --editable src/certbot-dns-cloudflare
5 changes: 5 additions & 0 deletions certbot-dns-cloudxns/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-cloudxns

RUN pip install --no-cache-dir --editable src/certbot-dns-cloudxns
5 changes: 5 additions & 0 deletions certbot-dns-digitalocean/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-digitalocean

RUN pip install --no-cache-dir --editable src/certbot-dns-digitalocean
5 changes: 5 additions & 0 deletions certbot-dns-dnsimple/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-dnsimple

RUN pip install --no-cache-dir --editable src/certbot-dns-dnsimple
5 changes: 5 additions & 0 deletions certbot-dns-dnsmadeeasy/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-dnsmadeeasy

RUN pip install --no-cache-dir --editable src/certbot-dns-dnsmadeeasy
5 changes: 5 additions & 0 deletions certbot-dns-google/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-google

RUN pip install --no-cache-dir --editable src/certbot-dns-google
5 changes: 5 additions & 0 deletions certbot-dns-luadns/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-luadns

RUN pip install --no-cache-dir --editable src/certbot-dns-luadns
5 changes: 5 additions & 0 deletions certbot-dns-nsone/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-nsone

RUN pip install --no-cache-dir --editable src/certbot-dns-nsone
5 changes: 5 additions & 0 deletions certbot-dns-rfc2136/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-rfc2136

RUN pip install --no-cache-dir --editable src/certbot-dns-rfc2136
5 changes: 5 additions & 0 deletions certbot-dns-route53/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM certbot/certbot

COPY . src/certbot-dns-route53

RUN pip install --no-cache-dir --editable src/certbot-dns-route53

0 comments on commit 31805c5

Please sign in to comment.