aboutsummaryrefslogtreecommitdiffhomepage
path: root/ubuntu14.04-onbuild/Dockerfile
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-1/+1
| | | | | | | | 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
* Fix: update OpenSSL and certificates to avoid ansible-galaxy fails due to ↵William Yeh2015-07-141-2/+5
| | | | | | | | | | | | | incompatible security rules. Evidence: $ ansible-galaxy install ... - the API server (galaxy.ansible.com) is not responding, please try again later. @see https://twitter.com/thejimic/status/592527999695597568 > that's odd, can you see if you can hit the API directly (browser or curl/wget): https://galaxy.ansible.com/api/v1/
* Add: diagnosis info (ansible_* variables) in *-onbuild images.William Yeh2015-05-151-0/+3
|
* Add: onbuild and debian8.William Yeh2015-04-281-0/+43