Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-11Merge pull request #1375 from johnl/1374-docker-symlink-bug-workaroundbmw
docker: Use full filename when copying symlink
2015-11-05docker: Use full filename when copying symlinkJohn Leach
Works around an upstream bug in Docker: https://github.com/docker/docker/issues/17730 Fixes #1374
2015-10-31requirements.txt: rename to py26reqs.txt and remove it from deps where possible.Jakub Warmuz
When people see requirements.txt they tend to `pip install -r` straight way (c.f. https://github.com/letsencrypt/letsencrypt/issues/1252). It's only necessary for Python2.6.
2015-09-28Dockerfile: option --text doesn't existJadaw1n
2015-07-11Update package references after subdirs rename for Vagrant and Docker.Jakub Warmuz
2015-07-10Basic dev/test setup for separate package subdirectories.Jakub Warmuz
2015-06-24Update references after repo rename.Jakub Warmuz
https://github.com/letsencrypt/letsencrypt/issues/505
2015-06-19Dockerfile: note about missing requirements.txtJakub Warmuz
2015-05-20Use a discrete path for venv in docker, rather than /opt/letsencrypt.William Budington
This is useful for the docker development container, which we will want venv to persist for across runs.
2015-05-20Adding self as maintainerWilliam Budington
2015-05-20Removing cruft from Dockerfile which copies entire project working directoryWilliam Budington
2015-05-20Being more verbose in explanation of EXPOSE instructionWilliam Budington
2015-05-20Dockerfile: debian.sh -> ubuntu.shJakub Warmuz
2015-05-19Dockerfile: use ubuntu:trusty (based on review feedback).Jakub Warmuz
2015-05-13Use debian:jessie as docker base imageJakub Warmuz
le latest e1f2e8ce3a0e 14 minutes ago 780.2 MB vs le latest d3276dd3976c About a minute ago 393.6 MB where: buildpack-deps jessie ecff3a5a9760 12 days ago 677.4 MB debian jessie 41b730702607 13 days ago 125.1 MB
2015-05-13Dockerfile: copy dep modules dirsJakub Warmuz
2015-05-09Dockerfile: set PATHJakub Warmuz
2015-05-05Update docker setup.Jakub Warmuz
Changes: - uses debian:jessie as base image (more lightweight) - .dockerignore .git/.tox to speed up build process considerably - more caching-aware Dockerfile - copy current directory instead of git cloning the repo inside the container - /etc/letsencrypt and /var/lib/letsencrypt volumes; no need for "if os.environ.get" hack bootstrap script for debian had to be adjusted, as lsb_release is not present in debian:jessie image.
2015-03-21When running standalone client with docker, do not check container cert ↵William Budington
output dir for permissions
2015-03-21Adding a Dockerfile for standalone setupWilliam Budington