aboutsummaryrefslogtreecommitdiffhomepage
path: root/centos7
Commit message (Collapse)AuthorAgeFilesLines
* Fix: remove the need for an 'echo -e' option due to inconsistency treatments ↵William Yeh2016-02-251-1/+1
| | | | | | among various Linux distributions and versions. For example: Ubuntu 12.04 and 14.04.
* Update: use PyPI repo instead of too-old EPEL for CentOS images.William Yeh2016-02-241-5/+10
| | | | | | | | Fix: escaping '\n' character in echo command. Credit: two PRs from tilgovi: - https://github.com/William-Yeh/docker-ansible/pull/10 - https://github.com/William-Yeh/docker-ansible/pull/11 Update: Alpine image to 3.3
* Add: building from source tree.William Yeh2015-12-151-1/+1
| | | | | | | 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.
* Fix: newline character for CentOS 6/7 series.William Yeh2015-12-111-1/+1
| | | | Credit: https://github.com/William-Yeh/docker-ansible/issues/8
* Fix: install "initscripts" package for CentOS 7 Dockerfile to emulate normal ↵William Yeh2015-09-181-0/+4
| | | | OS behavior.
* Add: support for CentOS 7.William Yeh2015-04-281-0/+43