]> git.immae.eu Git - github/fretlink/docker-ansible.git/commit
Add: support for Ubuntu 16.04 LTS (Xenial).
authorWilliam Yeh <william.pjyeh@gmail.com>
Mon, 9 May 2016 08:34:32 +0000 (16:34 +0800)
committerWilliam Yeh <william.pjyeh@gmail.com>
Tue, 10 May 2016 09:17:33 +0000 (17:17 +0800)
commit97d48efeb67f4f7566752625ad3ce233f31985be
tree20ce7984d99bf5f6b770fce81384790027723517
parentb314855954aa117b1294056891d16f43a6b1b9d0
Add: support for Ubuntu 16.04 LTS (Xenial).
Fix:
  1. OS-level packages `libffi-dev` and `libssl-dev`/`openssl-dev` should be installed explicitly since Ansible 2.0.2.0(???).
  2. Python package cffi should be installed explicitly since Ansible 2.0.2.0(???).
  3. add '--fix-missing' for apt.

@see https://github.com/boxcutter/ubuntu/issues/62
@see https://github.com/pyca/cryptography/issues/2280
39 files changed:
.travis.yml
1.9-alpine3-onbuild/Dockerfile
1.9-alpine3/Dockerfile
1.9-centos6-onbuild/Dockerfile
1.9-centos6/Dockerfile
1.9-centos7-onbuild/Dockerfile
1.9-centos7/Dockerfile
1.9-debian7-onbuild/Dockerfile
1.9-debian7/Dockerfile
1.9-debian8-onbuild/Dockerfile
1.9-debian8/Dockerfile
README.md
Vagrantfile
alpine3-onbuild/Dockerfile
alpine3/Dockerfile
centos6-onbuild/Dockerfile
centos6/Dockerfile
centos7-onbuild/Dockerfile
centos7/Dockerfile
circle.yml
compare-image-size.sh
debian7-onbuild/Dockerfile
debian7/Dockerfile
debian8-onbuild/Dockerfile
debian8/Dockerfile
master-centos6-onbuild/Dockerfile
master-centos6/Dockerfile
master-centos7-onbuild/Dockerfile
master-centos7/Dockerfile
master-debian7-onbuild/Dockerfile
master-debian7/Dockerfile
master-debian8-onbuild/Dockerfile
master-debian8/Dockerfile
master-ubuntu16.04-onbuild/Dockerfile [new file with mode: 0644]
master-ubuntu16.04-onbuild/ansible-playbook-wrapper [new file with mode: 0755]
master-ubuntu16.04/Dockerfile [new file with mode: 0644]
ubuntu16.04-onbuild/Dockerfile [new file with mode: 0644]
ubuntu16.04-onbuild/ansible-playbook-wrapper [new file with mode: 0755]
ubuntu16.04/Dockerfile [new file with mode: 0644]