From 263990d7672e9d20a922901ab0dfe47f148ce8c5 Mon Sep 17 00:00:00 2001 From: Nandaja Varma Date: Wed, 25 Mar 2015 17:41:42 +0530 Subject: Updating the version of gluster and removing supervisord --- Dockerfile | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index bf899a3..17a3b4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,26 +2,23 @@ FROM fedora MAINTAINER Humble Chirammal hchiramm@redhat.com -RUN yum --setopt=tsflags=nodocs -y update - -#RUN yum --setopt=tsflags=nodocs -y install wget +RUN yum --setopt=tsflags=nodocs -y install wget RUN yum --setopt=tsflags=nodocs -y install nfs-utils -#RUN wget http://download.gluster.org/pub/gluster/glusterfs/3.5/LATEST/CentOS/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo +RUN wget http://download.gluster.org/pub/gluster/glusterfs/3.6/LATEST/CentOS/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo + +RUN yum --setopt=tsflags=nodocs -y update +RUN yum --setopt=tsflags=nodocs -y install systemd RUN yum --setopt=tsflags=nodocs -y install glusterfs glusterfs-server glusterfs-fuse glusterfs-geo-replication glusterfs-cli glusterfs-api -RUN yum --setopt=tsflags=nodocs -y install attr supervisor +RUN yum --setopt=tsflags=nodocs -y install attr RUN yum clean all -#ADD start-gluster.sh / -#CMD /bin/sh start-gluster.sh - - -RUN mkdir -p /var/log/supervisor -ADD makefusedev.sh /usr/sbin/makefusedev.sh -ADD supervisord.conf /etc/supervisord.conf +RUN ssh-keygen -A +RUN echo 'root:password' | chpasswd +VOLUME [ “/sys/fs/cgroup” ] EXPOSE 22 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162 -CMD ["/usr/bin/supervisord"] +CMD ["/usr/sbin/init"] -- cgit v1.2.3