1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00
Files
certbot/bootstrap
Jakub Warmuz 64a00d37bb Update docker setup.
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-05-05 08:26:23 +00:00
..
2015-05-05 08:26:23 +00:00
2015-04-14 14:12:41 +00:00
2015-04-14 14:18:11 +00:00
2015-03-23 08:56:29 +00:00
2015-04-14 14:12:41 +00:00

This directory contains scripts that install necessary OS-specific
prerequisite dependencies (see docs/using.rst).