summaryrefslogtreecommitdiffstats
path: root/CentOS
Commit message (Collapse)AuthorAgeFilesLines
* Include Gluster block support and few debugging toolsandsSuren A. Chilingaryan2018-03-231-9/+12
|
* retain semi-colon in a subshell related to for loopRaghavendra Talur2018-03-011-4/+4
| | | | | | | The previous fix replaced semi-colon with && in Dockerfiles. I missed a for loop and replaced semi-colon inside it too. Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
* fix bug when multiple shell commands are specified in RUNRaghavendra Talur2018-03-011-27/+27
| | | | | | | | | | | | | | | | | | | | | | | If RUN is followed by two commands only the return value of second determines whether RUN was successful or not. This may lead to cases where docker build succeeds even when it should not. For example RUN /bin/false; /bin/true would be considered a success. Important thing to consider is that all yum/dnf commands should perform clean in the same RUN operation if we wish to keep the container image size small. Running clean in a second RUN operation leads to bigger image size contrary to expectation because each operation leads to a layer in the image. With the above two points considered, I have replaced ";" with "&&" where necessary and split a single RUN operation to two or many operations in other places. Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
* Update DockerfileJavier Romero2018-02-161-4/+4
|
* Update DockerfileJavier Romero2018-02-161-2/+2
|
* Update DockerfileJavier Romero2018-02-151-2/+2
|
* add rdma gluster packageDmitry Vasilets2017-09-021-1/+1
|
* Update Fedora and CentOS scriptsMohamed Ashiq Liyazudeen2017-08-102-41/+68
| | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* Cleaning up RUN in dockerfileMohamed Ashiq Liyazudeen2017-05-251-42/+20
| | | | | | This reduces the image size as it reduces the number of intermediate layers. Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* Fix the yum installMohamed Ashiq Liyazudeen2017-05-091-1/+1
| | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* Cleanup for the Unit testsMohamed Ashiq Liyazudeen2017-05-081-5/+13
| | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* Merge branch 'master' of https://github.com/gluster/gluster-containersManuel Reithuber2017-03-072-3/+12
|\
| * RPCbind fixMohamed Ashiq Liyazudeen2017-03-072-2/+11
| | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
| * Disabling root password in the imageHumble Devassy Chirammal2017-03-071-1/+1
| |
* | CentOS/Dockerfile: fixed use of unicode quotation marks (which causes issues ↵Manuel Reithuber2017-03-031-1/+1
|/ | | | with docker-compose for me)
* Merge pull request #13 from MohamedAshiqrh/lvcreateHumble Devassy Chirammal2016-10-271-1/+6
|\ | | | | Updating Centos for lvcreate support
| * Updating Centos for lvcreateMohamed Ashiq Liyazudeen2016-06-081-1/+6
| | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* | dont need EPEL, the deps should all resolve locallyKaranbir Singh2016-08-121-2/+0
| |
* | Adding gluster-centos storage sig docker imagehchiramm2016-08-081-0/+17
| | | | | | | | Signed-off-by: hchiramm <hchiramm@redhat.com>
* | update Dockerfile on https://wiki.centos.org/SpecialInterestGroup/StorageMohamed Ashiq Liyazudeen2016-06-241-2/+1
| | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* | update DockerfileMohamed Ashiq Liyazudeen2016-06-241-5/+0
|/ | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
* Updating Dockerfile with setup scriptshchiramm2016-06-073-5/+107
| | | | Signed-off-by: hchiramm <hchiramm@redhat.com>
* used latest epel-release linkWolfgang Powisch2016-04-271-1/+1
|
* updated epel-release versionWolfgang Powisch2016-04-271-1/+1
|
* fix wrong doublequotes in DockerfileWolfgang Powisch2016-04-271-1/+1
|
* Updating to 3.7.9 releasehchiramm2016-03-231-1/+1
| | | | Signed-off-by: hchiramm <hchiramm@redhat.com>
* Updating CentOS imagehchiramm2015-12-041-1/+1
| | | | Signed-off-by: hchiramm <hchiramm@redhat.com>
* Updating to latest CentOS base image and GlusterFS versionhchiramm2015-12-041-18/+10
| | | | Signed-off-by: hchiramm <hchiramm@redhat.com>
* Enable gluster service on boot and disable kernel nfs.hchiramm2015-07-031-0/+3
| | | | Signed-off-by: pcuzner@redhat.com
* Upgrade gluster to 3.7 version.hchiramm2015-06-231-1/+1
| | | | Signed-off-by: hchiramm <hchiramm@redhat.com>
* Introduce Readme file for CentOSHumble Chirammal2015-05-021-0/+1
| | | | Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
* Fixing dockerfilesNandaja Varma2015-03-272-3/+21
|
* Adding dockerfile for CentOSNandaja Varma2015-03-272-0/+24