| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
retain semi-colon in a subshell related to for loop
|
|/
|
|
|
|
|
| |
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>
|
|\
| |
| |
| |
| | |
raghavendra-talur/RUN-should-consider-exit-status-of-all-commands
fix bug when multiple shell commands are specified in RUN
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Gluster 3.13
|
| | |
|
| | |
|
|/ |
|
|
|
|
| |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\
| |
| | |
Bring Fedora image up to date.
|
|/
|
|
| |
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
|
|\
| |
| | |
Turn on S3 ACL support
|
|/
|
|
|
|
|
| |
Add python-setuptools to install, as it is a requirement with
openstack-newton
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
|
|\
| |
| | |
Upgrade to openstack-newton(from openstack-kilo)
|
|/
|
|
| |
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
|
|\
| |
| | |
add rdma gluster package
|
| | |
|
|\ \
| |/
|/| |
Remove unused memcached.service file.
|
|/
|
|
|
|
| |
This file will be installed during yum install itself.
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
|
|\
| |
| | |
Restart swift-proxy and swift-account service, After user adding
|
|/
|
|
|
|
| |
user.
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
|
|\
| |
| | |
Update Fedora and CentOS scripts
|
| |
| |
| |
| | |
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|
|/
|
|
| |
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|
|\
| |
| | |
Rename variables
|
|/
|
|
|
|
|
|
| |
GLUSTER_VOLUMES -> S3_ACCOUNT
GLUSTER_USER -> S3_USER
GLUSTER_PASSWORD -> S3_PASSWORD
Signed-off-by: Saravanakumar Arumugam <sarumuga@redhat.com>
|
|\
| |
| | |
Added S3 authentication changes
|
| |
| |
| |
| | |
Signed-off-by: venkata edara <redara@redhat.com>
|
| |\
| | |
| | |
| | | |
https://github.com/vredara/gluster-containers into s3_auth_add_user
|
| |/
|/|
| |
| |
| |
| | |
changed the proxy-server.conf to enable authentication and scripts to add user
Signed-off-by: venkata edara <redara@redhat.com>
|
|/
|
|
|
|
| |
changed the proxy-server.conf to enable authentication and scripts to add user
Signed-off-by: venkata edara <redara@redhat.com>
|
|\
| |
| | |
Rename docker-gluster-swift
|
| |
| |
| |
| | |
Signed-off-by: Saravanakumar <sarumuga@redhat.com>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
level directory gluster-object as gluster-s3object
Update README and test scripts to reflect name change.
Signed-off-by: Saravanakumar <sarumuga@redhat.com>
|
|\ \
| |/
|/| |
Pull docker from download.docker.com rather than apt.dockerproject.org
|
| |
| |
| |
| | |
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|
|/ |
|
|\
| |
| | |
Cleaning up RUN in dockerfile
|
|/
|
|
|
|
| |
This reduces the image size as it reduces the number of intermediate layers.
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|
|\
| |
| | |
Travis CI update and disabling dockerfile_lint
|
|/
|
|
|
|
|
|
|
|
|
|
| |
Travis now runs the test where it:
* Builds the Dockerfile
* Runs Docker image with required parameters
* Verifies the state of the container
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|
|\
| |
| | |
Fix the yum install
|
| |
| |
| |
| | |
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|
|\ \
| |/
|/| |
Adding README for the tests and cleanup the main README
|
|/
|
|
| |
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|
|\
| |
| | |
Unit Test to check the shell script and Dockerfile lint. Travis.ci intergrated.
|
| |
| |
| |
| |
| |
| | |
Refer: https://github.com/projectatomic/dockerfile_lint
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|
|\|
| |
| | |
Cleanup to add Unit tests
|
|/
|
|
| |
Signed-off-by: Mohamed Ashiq Liyazudeen <mliyazud@redhat.com>
|