<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/docker-patches/gluster.git, 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>Merge pull request #76 from Madhu-1/version</title>
<updated>2018-03-16T10:51:23+00:00</updated>
<author>
<name>Humble Devassy Chirammal</name>
<email>humble.devassy@gmail.com</email>
</author>
<published>2018-03-16T10:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=fc8212adf3db9ed4ab37af881063e993fd0a8c2c'/>
<id>fc8212adf3db9ed4ab37af881063e993fd0a8c2c</id>
<content type='text'>
replacing v3.11 with v4.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
replacing v3.11 with v4.0</pre>
</div>
</content>
</entry>
<entry>
<title>as we are not supporting v3.11,</title>
<updated>2018-03-16T10:41:25+00:00</updated>
<author>
<name>Madhu Rajanna</name>
<email>mrajanna@redhat.com</email>
</author>
<published>2018-03-16T10:41:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=4f390dbe0d3333ab7fe2402e9f20d0b0ee889355'/>
<id>4f390dbe0d3333ab7fe2402e9f20d0b0ee889355</id>
<content type='text'>
deleted v3.11 and added v4.0

Signed-off-by: Madhu Rajanna &lt;mrajanna@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
deleted v3.11 and added v4.0

Signed-off-by: Madhu Rajanna &lt;mrajanna@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2018-03-04T07:59:58+00:00</updated>
<author>
<name>Humble Devassy Chirammal</name>
<email>humble.devassy@gmail.com</email>
</author>
<published>2018-03-04T07:59:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=9d6738252220af989185083152875c7919fd5c31'/>
<id>9d6738252220af989185083152875c7919fd5c31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #70 from raghavendra-talur/fix2</title>
<updated>2018-03-04T07:33:01+00:00</updated>
<author>
<name>Humble Devassy Chirammal</name>
<email>humble.devassy@gmail.com</email>
</author>
<published>2018-03-04T07:33:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=b9320d5b869a0fa22cb378301760c923fae3e158'/>
<id>b9320d5b869a0fa22cb378301760c923fae3e158</id>
<content type='text'>
retain semi-colon in a subshell related to for loop</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
retain semi-colon in a subshell related to for loop</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>Merge pull request #69 from raghavendra-talur/RUN-should-consider-exit-status-of-all-commands</title>
<updated>2018-03-01T07:15:35+00:00</updated>
<author>
<name>Humble Devassy Chirammal</name>
<email>humble.devassy@gmail.com</email>
</author>
<published>2018-03-01T07:15: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=ab3a58dc5a2b365e9a01ee79e06d05ab0149cd20'/>
<id>ab3a58dc5a2b365e9a01ee79e06d05ab0149cd20</id>
<content type='text'>
fix bug when multiple shell commands are specified in RUN</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix bug when multiple shell commands are specified in RUN</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>Merge pull request #66 from xavinux/gluster-3.13</title>
<updated>2018-02-22T08:12:38+00:00</updated>
<author>
<name>Humble Devassy Chirammal</name>
<email>humble.devassy@gmail.com</email>
</author>
<published>2018-02-22T08:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=697965ec5f1a51eaf11c2c4ac7f8e3e7e36d0e5b'/>
<id>697965ec5f1a51eaf11c2c4ac7f8e3e7e36d0e5b</id>
<content type='text'>
Gluster 3.13</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gluster 3.13</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>
</feed>
