-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update certbot. Rely on a hash file computation instead of inotify, w…
…hich may be broken in virtualized environments.
- Loading branch information
Adrien Ferrand
committed
Aug 18, 2017
1 parent
ce39714
commit 31edfa9
Showing
5 changed files
with
86 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ FROM python:alpine3.6 | |
MAINTAINER Adrien Ferrand <[email protected]> | ||
|
||
ENV LEXICON_VERSION 2.1.10 | ||
ENV CERTBOT_VERSION 0.16.0 | ||
ENV CERTBOT_VERSION 0.17.0 | ||
|
||
ENV LETSENCRYPT_STAGING false | ||
ENV LETSENCRYPT_USER_MAIL [email protected] | ||
ENV LEXICON_PROVIDER cloudflare | ||
|
||
# Install dependencies | ||
RUN apk --no-cache --update add rsyslog git openssl libffi inotify-tools supervisor docker \ | ||
RUN apk --no-cache --update add rsyslog git openssl libffi supervisor docker \ | ||
&& apk --no-cache --update --virtual build-dependencies add libffi-dev openssl-dev python-dev build-base \ | ||
# Install certbot | ||
&& pip install "certbot==$CERTBOT_VERSION" \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.0 | ||
1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters