<feed xmlns='http://www.w3.org/2005/Atom'>
<title>glusto-tests.git/docker/Dockerfile, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusto-tests.git/'/>
<entry>
<title>update dockerfile for gdeploy dependencies</title>
<updated>2018-02-27T20:33:18+00:00</updated>
<author>
<name>Jonathan Holloway</name>
<email>jholloway@redhat.com</email>
</author>
<published>2018-02-27T20:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusto-tests.git/commit/?id=aa862696f037f857f9f2891d879b56cc21a3395f'/>
<id>aa862696f037f857f9f2891d879b56cc21a3395f</id>
<content type='text'>
Change-Id: Iec5ad586b1ce3272bb018b99f742f05e74139702
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Iec5ad586b1ce3272bb018b99f742f05e74139702
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "update gdeploy repo in dockerfile"</title>
<updated>2018-02-27T20:23:03+00:00</updated>
<author>
<name>Jonathan Holloway</name>
<email>jholloway@redhat.com</email>
</author>
<published>2018-02-27T20:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusto-tests.git/commit/?id=2fd1503f356b7504e61610afd9d5969b295fb9c7'/>
<id>2fd1503f356b7504e61610afd9d5969b295fb9c7</id>
<content type='text'>
This reverts commit 2fbf5f62dad59191f40d4fd2bc87e7bde5e86444.

Change-Id: I5bf939506dbbafe417c62d4bd7f476c40c4c1623
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2fbf5f62dad59191f40d4fd2bc87e7bde5e86444.

Change-Id: I5bf939506dbbafe417c62d4bd7f476c40c4c1623
</pre>
</div>
</content>
</entry>
<entry>
<title>update gdeploy repo in dockerfile</title>
<updated>2018-02-27T19:50:34+00:00</updated>
<author>
<name>Jonathan Holloway</name>
<email>jholloway@redhat.com</email>
</author>
<published>2018-02-27T19:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusto-tests.git/commit/?id=2fbf5f62dad59191f40d4fd2bc87e7bde5e86444'/>
<id>2fbf5f62dad59191f40d4fd2bc87e7bde5e86444</id>
<content type='text'>
docker/Dockerfile: update repo url to pull gdeploy .repo file

Change-Id: Ia1e4bfb614697d19bff5486afad99185c8e993f5
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docker/Dockerfile: update repo url to pull gdeploy .repo file

Change-Id: Ia1e4bfb614697d19bff5486afad99185c8e993f5
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>docker: fix gdeploy install</title>
<updated>2017-09-26T22:16:20+00:00</updated>
<author>
<name>Jonathan Holloway</name>
<email>jholloway@redhat.com</email>
</author>
<published>2017-09-26T21:53:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusto-tests.git/commit/?id=0c12155457af7ee0ddafd5311cac9a238fc5d00f'/>
<id>0c12155457af7ee0ddafd5311cac9a238fc5d00f</id>
<content type='text'>
* Dockerfile: fix gdeploy pkgname and add code coverage tools
* README: update command examples

Change-Id: I73617fbbde6aff34fec730601dcc6baec2b921fa
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Dockerfile: fix gdeploy pkgname and add code coverage tools
* README: update command examples

Change-Id: I73617fbbde6aff34fec730601dcc6baec2b921fa
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix dockerfile gdeploy PyYAML pip/rpm conflict</title>
<updated>2017-08-09T06:03:31+00:00</updated>
<author>
<name>Jonathan Holloway</name>
<email>jholloway@redhat.com</email>
</author>
<published>2017-08-09T06:02:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusto-tests.git/commit/?id=3f38fd0b62eb0e2397e9bef4bcf8227a33f5361c'/>
<id>3f38fd0b62eb0e2397e9bef4bcf8227a33f5361c</id>
<content type='text'>
* PyYAML is already installed via pip form glusto image and
    gdeploy installs PyYAML as dependency from rpm. The resulting
    conflict fails the container build.

Dockerfile: changed order of install, added glusto and pylint/pep8
defaults.yml: sets glusto defaults in container image

Change-Id: I47eaa1fbe74cc619043d975034083c5766e6acd1
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PyYAML is already installed via pip form glusto image and
    gdeploy installs PyYAML as dependency from rpm. The resulting
    conflict fails the container build.

Dockerfile: changed order of install, added glusto and pylint/pep8
defaults.yml: sets glusto defaults in container image

Change-Id: I47eaa1fbe74cc619043d975034083c5766e6acd1
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add docker dir with Dockerfile and README</title>
<updated>2017-06-22T15:25:04+00:00</updated>
<author>
<name>Jonathan Holloway</name>
<email>jholloway@redhat.com</email>
</author>
<published>2017-06-15T05:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.gluster.org/cgit/glusto-tests.git/commit/?id=c378972b48988d09b33d4b8e3881ecd560f0e343'/>
<id>c378972b48988d09b33d4b8e3881ecd560f0e343</id>
<content type='text'>
* Dockerfile for creating a glusto-tests container.
* README with some basic information for now.

Change-Id: I10d467371b430489a240e979ebc3893f7cc578dd
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Dockerfile for creating a glusto-tests container.
* README with some basic information for now.

Change-Id: I10d467371b430489a240e979ebc3893f7cc578dd
Signed-off-by: Jonathan Holloway &lt;jholloway@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
