[PATCH 18 of 22] docker: add CentOS 5

Mads Kiilerich mads at kiilerich.com
Mon May 19 21:10:13 CDT 2014


# HG changeset patch
# User Mads Kiilerich <madski at unity3d.com>
# Date 1400111317 -7200
#      Thu May 15 01:48:37 2014 +0200
# Node ID e314e1ed2c21a404ce5e51ee73f7d0fa924026ec
# Parent  87a2621530e1db8a9478d00829073dc84ffb72bd
docker: add CentOS 5

There is no official CentOS 5 docker template so we use one from saltstack.

diff --git a/contrib/docker/centos5 b/contrib/docker/centos5
new file mode 100644
--- /dev/null
+++ b/contrib/docker/centos5
@@ -0,0 +1,3 @@
+FROM saltstack/centos-5-minimal
+RUN yum install -y gcc make rpm-build gettext tar
+RUN yum install -y python-devel python-docutils


More information about the Mercurial-devel mailing list