aboutsummaryrefslogtreecommitdiffhomepage
path: root/master-centos7-onbuild
Commit message (Collapse)AuthorAgeFilesLines
* Fix: iputils failed in CentOS7 + AUFScentos7-masterWilliam Yeh2017-09-151-1/+3
| | | | @see https://github.com/CentOS/sig-cloud-instance-images/issues/77#issuecomment-295490209
* Add: `git` for onbuild variants; handy tools for others.William Yeh2016-06-141-0/+1
| | | | | @see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20
* Add: support for Ubuntu 16.04 LTS (Xenial).William Yeh2016-05-101-6/+7
| | | | | | | | | | 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
* Add: systemd support in CentOS 7William Yeh2016-03-291-1/+29
| | | | | @see https://hub.docker.com/_/centos/ @see https://github.com/vlisivka/docker-centos7-systemd-unpriv
* 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.
* Add: building from source tree.William Yeh2015-12-152-0/+137
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.