mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Dockerfiles pin versions using constraints file
This commit is contained in:
parent
20ab33d027
commit
7e6db28001
14 changed files with 14 additions and 14 deletions
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-cloudflare
|
||||
|
||||
RUN pip install -c docker_constraints.txt --no-cache-dir --editable src/certbot-dns-cloudflare
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-cloudflare
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-cloudxns
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-cloudxns
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-cloudxns
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-digitalocean
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-digitalocean
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-digitalocean
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-dnsimple
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-dnsimple
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-dnsimple
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-dnsmadeeasy
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-dnsmadeeasy
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-dnsmadeeasy
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-gehirn
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-gehirn
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-gehirn
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-google
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-google
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-google
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-linode
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-linode
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-linode
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-luadns
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-luadns
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-luadns
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-nsone
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-nsone
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-nsone
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-ovh
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-ovh
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-ovh
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-rfc2136
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-rfc2136
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-rfc2136
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-route53
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-route53
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-route53
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@ FROM certbot/certbot
|
|||
|
||||
COPY . src/certbot-dns-sakuracloud
|
||||
|
||||
RUN pip install --no-cache-dir --editable src/certbot-dns-sakuracloud
|
||||
RUN pip install --constraint docker_constraints.txt --no-cache-dir --editable src/certbot-dns-sakuracloud
|
||||
|
|
|
|||
Loading…
Reference in a new issue