]> git.immae.eu Git - github/fretlink/docker-ansible.git/commit
Add: building from source tree.
authorWilliam Yeh <william.pjyeh@gmail.com>
Mon, 14 Dec 2015 22:38:42 +0000 (06:38 +0800)
committerWilliam Yeh <william.pjyeh@gmail.com>
Tue, 15 Dec 2015 04:00:31 +0000 (12:00 +0800)
commit930848e72e00c9f72fd4302e02dd1c7747696363
tree776d96738371319b6eee8901eeaac0134eefa4f5
parenta8aa5c011bab589aef558768b5c91004d0c13fd0
Add: building from source tree.

Fix: systemd conflicts with new CentOS7 image;
See https://forums.docker.com/t/yum-update-fails-for-centos-7-container/5060

Fix: ca-certificates should be installed in Debian 7 for `git clone` source tree.
23 files changed:
.travis.yml
README.md
centos7-onbuild/Dockerfile
centos7/Dockerfile
circle.yml
master-centos6-onbuild/Dockerfile [new file with mode: 0644]
master-centos6-onbuild/ansible-playbook-wrapper [new file with mode: 0755]
master-centos6/Dockerfile [new file with mode: 0644]
master-centos7-onbuild/Dockerfile [new file with mode: 0644]
master-centos7-onbuild/ansible-playbook-wrapper [new file with mode: 0755]
master-centos7/Dockerfile [new file with mode: 0644]
master-debian7-onbuild/Dockerfile [new file with mode: 0644]
master-debian7-onbuild/ansible-playbook-wrapper [new file with mode: 0755]
master-debian7/Dockerfile [new file with mode: 0644]
master-debian8-onbuild/Dockerfile [new file with mode: 0644]
master-debian8-onbuild/ansible-playbook-wrapper [new file with mode: 0755]
master-debian8/Dockerfile [new file with mode: 0644]
master-ubuntu12.04-onbuild/Dockerfile [new file with mode: 0644]
master-ubuntu12.04-onbuild/ansible-playbook-wrapper [new file with mode: 0755]
master-ubuntu12.04/Dockerfile [new file with mode: 0644]
master-ubuntu14.04-onbuild/Dockerfile [new file with mode: 0644]
master-ubuntu14.04-onbuild/ansible-playbook-wrapper [new file with mode: 0755]
master-ubuntu14.04/Dockerfile [new file with mode: 0644]