Commit graph

9 commits

Author SHA1 Message Date
Jakub Warmuz
3c0ce923b2
Dockerfile: use ubuntu:trusty (based on review feedback). 2015-05-19 20:51:11 +00:00
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
Jakub Warmuz
578680285f
Take out sudo from bootstrap scripts 2015-04-14 14:18:11 +00:00
Jakub Warmuz
a3164ae2d9
bootstrap: _deb_common.sh 2015-04-14 14:12:41 +00:00
Jakub Warmuz
7dd72ceac1
bootstrap: virtualenv for jessie+/utopic+ (fixes #346) 2015-04-14 14:11:35 +00:00
James Kasten
99c5b7e290 Update ubuntu.sh test info 2015-04-02 10:36:26 -07:00
Jakub Warmuz
a45dab35bf
bootstrap Debian, squeeze notes (cf. #280) 2015-04-02 11:32:52 +00:00
Jakub Warmuz
7eee393b80
apt-get install dpkg-dev (fixes #276) 2015-04-02 09:23:28 +00:00
Jakub Warmuz
12346b368a
Bootstrap scripts (fixes: #302) 2015-03-23 08:56:29 +00:00