certbot: add cloudflare dns plugin
This commit is contained in:
parent
09a4e156ce
commit
1e486f312d
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ At present, 3 image types are present:
|
||||||
- **`base-nopush`:** A variant of the above that doesn't automatically much to the docker registry on completion.
|
- **`base-nopush`:** A variant of the above that doesn't automatically much to the docker registry on completion.
|
||||||
- **`docker`:** A `Dockerfile` is is built with `docker build` before being pushed to the docker registry.
|
- **`docker`:** A `Dockerfile` is is built with `docker build` before being pushed to the docker registry.
|
||||||
|
|
||||||
|
|
||||||
Image | Purpose
|
Image | Purpose
|
||||||
----------------|----------------
|
----------------|----------------
|
||||||
`minideb` | Our main base image for (most) other images. Built from [minideb](https://github.com/bitnami/minideb), but customised to use our [[Wopplefox/apt-cacher-ng|apt-cacher-ng]] instance.
|
`minideb` | Our main base image for (most) other images. Built from [minideb](https://github.com/bitnami/minideb), but customised to use our [[Wopplefox/apt-cacher-ng|apt-cacher-ng]] instance.
|
||||||
|
|
|
@ -3,7 +3,7 @@ ARG REPO_LOCATION
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb
|
FROM ${REPO_LOCATION}minideb
|
||||||
|
|
||||||
RUN install_packages certbot
|
RUN install_packages certbot python3-certbot-dns-cloudflare
|
||||||
|
|
||||||
# Only required if we use acme.sh instead of certbot: openssl openssh-client coreutils dnsutils curl socat tzdata tar oathtool
|
# Only required if we use acme.sh instead of certbot: openssl openssh-client coreutils dnsutils curl socat tzdata tar oathtool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue