<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/devops/docker-patches/gluster.git/gluster-client, 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>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>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>Cleanup for the Unit tests</title>
<updated>2017-05-08T15:29:05+00:00</updated>
<author>
<name>Mohamed Ashiq Liyazudeen</name>
<email>mliyazud@redhat.com</email>
</author>
<published>2017-05-08T15:08:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=e63a97ed1b464975c9df07ea07dec3b136fa034a'/>
<id>e63a97ed1b464975c9df07ea07dec3b136fa034a</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>Gluster Client container Dockerfile</title>
<updated>2016-10-28T12:27:45+00:00</updated>
<author>
<name>hchiramm</name>
<email>hchiramm@redhat.com</email>
</author>
<published>2016-10-28T12:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/devops/docker-patches/gluster.git/commit/?id=04522813b6aebe53aef6c51b072c9662045d59ee'/>
<id>04522813b6aebe53aef6c51b072c9662045d59ee</id>
<content type='text'>
Signed-off-by: hchiramm &lt;hchiramm@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: hchiramm &lt;hchiramm@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
