<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/docker-patches/gluster.git/CentOS/Dockerfile, branch ands</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/'/>
<entry>
<title>Include Gluster block support and few debugging tools</title>
<updated>2018-03-23T03:41:40+00:00</updated>
<author>
<name>Suren A. Chilingaryan</name>
<email>csa@suren.me</email>
</author>
<published>2018-03-23T03:41:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=7b8112ab80792328c09fc9efa3f97f4083d61bd4'/>
<id>7b8112ab80792328c09fc9efa3f97f4083d61bd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>retain semi-colon in a subshell related to for loop</title>
<updated>2018-03-01T12:06:48+00:00</updated>
<author>
<name>Raghavendra Talur</name>
<email>rtalur@redhat.com</email>
</author>
<published>2018-03-01T07:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=872fd7f7bb1a98e648548fa05b9025948ab98ae1'/>
<id>872fd7f7bb1a98e648548fa05b9025948ab98ae1</id>
<content type='text'>
The previous fix replaced semi-colon with &amp;&amp; in Dockerfiles. I missed a
for loop and replaced semi-colon inside it too.

Signed-off-by: Raghavendra Talur &lt;rtalur@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous fix replaced semi-colon with &amp;&amp; in Dockerfiles. I missed a
for loop and replaced semi-colon inside it too.

Signed-off-by: Raghavendra Talur &lt;rtalur@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug when multiple shell commands are specified in RUN</title>
<updated>2018-03-01T07:11:01+00:00</updated>
<author>
<name>Raghavendra Talur</name>
<email>rtalur@redhat.com</email>
</author>
<published>2018-03-01T06:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=d7e7fb48f5f50c8fedc7228a3f4c13f324064274'/>
<id>d7e7fb48f5f50c8fedc7228a3f4c13f324064274</id>
<content type='text'>
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 "&amp;&amp;"
where necessary and split a single RUN operation to two or many
operations in other places.

Signed-off-by: Raghavendra Talur &lt;rtalur@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 "&amp;&amp;"
where necessary and split a single RUN operation to two or many
operations in other places.

Signed-off-by: Raghavendra Talur &lt;rtalur@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dockerfile</title>
<updated>2018-02-16T16:57:41+00:00</updated>
<author>
<name>Javier Romero</name>
<email>xavinux@gmail.com</email>
</author>
<published>2018-02-16T16:57:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=5855a8faf050b618c98ea2ef6f62d71e725296ba'/>
<id>5855a8faf050b618c98ea2ef6f62d71e725296ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dockerfile</title>
<updated>2018-02-16T14:10:39+00:00</updated>
<author>
<name>Javier Romero</name>
<email>xavinux@gmail.com</email>
</author>
<published>2018-02-16T14:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=4a1e485a876242fab302dd02a606969f64dc350e'/>
<id>4a1e485a876242fab302dd02a606969f64dc350e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Dockerfile</title>
<updated>2018-02-15T16:08:05+00:00</updated>
<author>
<name>Javier Romero</name>
<email>xavinux@gmail.com</email>
</author>
<published>2018-02-15T16:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=8c4208d12df0ce09435a25ed643025d3237140d7'/>
<id>8c4208d12df0ce09435a25ed643025d3237140d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add rdma gluster package</title>
<updated>2017-09-02T18:38:27+00:00</updated>
<author>
<name>Dmitry Vasilets</name>
<email>pronix.service@gmail.com</email>
</author>
<published>2017-09-02T18:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=ac9f690b5f3d6530247dc0648ce8cd67436a9807'/>
<id>ac9f690b5f3d6530247dc0648ce8cd67436a9807</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Fedora and CentOS scripts</title>
<updated>2017-08-10T08:12:03+00:00</updated>
<author>
<name>Mohamed Ashiq Liyazudeen</name>
<email>mliyazud@redhat.com</email>
</author>
<published>2017-08-10T07:43:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=e60e60560bb279714f423e97bf1f9d32cc573b4d'/>
<id>e60e60560bb279714f423e97bf1f9d32cc573b4d</id>
<content type='text'>
Signed-off-by: Mohamed Ashiq Liyazudeen &lt;mliyazud@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mohamed Ashiq Liyazudeen &lt;mliyazud@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaning up RUN in dockerfile</title>
<updated>2017-05-25T06:05:17+00:00</updated>
<author>
<name>Mohamed Ashiq Liyazudeen</name>
<email>mliyazud@redhat.com</email>
</author>
<published>2017-05-18T12:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=c0f25a2bf0712595e91830467f3db0086f438fa5'/>
<id>c0f25a2bf0712595e91830467f3db0086f438fa5</id>
<content type='text'>
This reduces the image size as it reduces the number of intermediate layers.

Signed-off-by: Mohamed Ashiq Liyazudeen &lt;mliyazud@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reduces the image size as it reduces the number of intermediate layers.

Signed-off-by: Mohamed Ashiq Liyazudeen &lt;mliyazud@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the yum install</title>
<updated>2017-05-09T07:46:03+00:00</updated>
<author>
<name>Mohamed Ashiq Liyazudeen</name>
<email>mliyazud@redhat.com</email>
</author>
<published>2017-05-09T07:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=5f828e03fe5896a1ab2f96e1848e91e8ca5c7692'/>
<id>5f828e03fe5896a1ab2f96e1848e91e8ca5c7692</id>
<content type='text'>
Signed-off-by: Mohamed Ashiq Liyazudeen &lt;mliyazud@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mohamed Ashiq Liyazudeen &lt;mliyazud@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
