Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | retain semi-colon in a subshell related to for loop | Raghavendra Talur | 2018-03-01 | 1 | -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 RUN | Raghavendra Talur | 2018-03-01 | 1 | -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 Dockerfile | Javier Romero | 2018-02-16 | 1 | -4/+4 |
| | |||||
* | Update Dockerfile | Javier Romero | 2018-02-16 | 1 | -2/+2 |
| | |||||
* | Update Dockerfile | Javier Romero | 2018-02-15 | 1 | -2/+2 |
| | |||||
* | add rdma gluster package | Dmitry Vasilets | 2017-09-02 | 1 | -1/+1 |
| | |||||
* | Update Fedora and CentOS scripts | Mohamed Ashiq Liyazudeen | 2017-08-10 | 2 | -41/+68 |
| | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | Cleaning up RUN in dockerfile | Mohamed Ashiq Liyazudeen | 2017-05-25 | 1 | -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 install | Mohamed Ashiq Liyazudeen | 2017-05-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | Cleanup for the Unit tests | Mohamed Ashiq Liyazudeen | 2017-05-08 | 1 | -5/+13 |
| | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | Merge branch 'master' of https://github.com/gluster/gluster-containers | Manuel Reithuber | 2017-03-07 | 2 | -3/+12 |
|\ | |||||
| * | RPCbind fix | Mohamed Ashiq Liyazudeen | 2017-03-07 | 2 | -2/+11 |
| | | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
| * | Disabling root password in the image | Humble Devassy Chirammal | 2017-03-07 | 1 | -1/+1 |
| | | |||||
* | | CentOS/Dockerfile: fixed use of unicode quotation marks (which causes issues ↵ | Manuel Reithuber | 2017-03-03 | 1 | -1/+1 |
|/ | | | | with docker-compose for me) | ||||
* | Merge pull request #13 from MohamedAshiqrh/lvcreate | Humble Devassy Chirammal | 2016-10-27 | 1 | -1/+6 |
|\ | | | | | Updating Centos for lvcreate support | ||||
| * | Updating Centos for lvcreate | Mohamed Ashiq Liyazudeen | 2016-06-08 | 1 | -1/+6 |
| | | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | | dont need EPEL, the deps should all resolve locally | Karanbir Singh | 2016-08-12 | 1 | -2/+0 |
| | | |||||
* | | Adding gluster-centos storage sig docker image | hchiramm | 2016-08-08 | 1 | -0/+17 |
| | | | | | | | | Signed-off-by: hchiramm <hchiramm@redhat.com> | ||||
* | | update Dockerfile on https://wiki.centos.org/SpecialInterestGroup/Storage | Mohamed Ashiq Liyazudeen | 2016-06-24 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | | update Dockerfile | Mohamed Ashiq Liyazudeen | 2016-06-24 | 1 | -5/+0 |
|/ | | | | Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com> | ||||
* | Updating Dockerfile with setup scripts | hchiramm | 2016-06-07 | 3 | -5/+107 |
| | | | | Signed-off-by: hchiramm <hchiramm@redhat.com> | ||||
* | used latest epel-release link | Wolfgang Powisch | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | updated epel-release version | Wolfgang Powisch | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | fix wrong doublequotes in Dockerfile | Wolfgang Powisch | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Updating to 3.7.9 release | hchiramm | 2016-03-23 | 1 | -1/+1 |
| | | | | Signed-off-by: hchiramm <hchiramm@redhat.com> | ||||
* | Updating CentOS image | hchiramm | 2015-12-04 | 1 | -1/+1 |
| | | | | Signed-off-by: hchiramm <hchiramm@redhat.com> | ||||
* | Updating to latest CentOS base image and GlusterFS version | hchiramm | 2015-12-04 | 1 | -18/+10 |
| | | | | Signed-off-by: hchiramm <hchiramm@redhat.com> | ||||
* | Enable gluster service on boot and disable kernel nfs. | hchiramm | 2015-07-03 | 1 | -0/+3 |
| | | | | Signed-off-by: pcuzner@redhat.com | ||||
* | Upgrade gluster to 3.7 version. | hchiramm | 2015-06-23 | 1 | -1/+1 |
| | | | | Signed-off-by: hchiramm <hchiramm@redhat.com> | ||||
* | Introduce Readme file for CentOS | Humble Chirammal | 2015-05-02 | 1 | -0/+1 |
| | | | | Signed-off-by: Humble Chirammal <hchiramm@redhat.com> | ||||
* | Fixing dockerfiles | Nandaja Varma | 2015-03-27 | 2 | -3/+21 |
| | |||||
* | Adding dockerfile for CentOS | Nandaja Varma | 2015-03-27 | 2 | -0/+24 |