<feed xmlns='http://www.w3.org/2005/Atom'>
<title>igt-gpu-tools.git/Dockerfile.build-debian, branch vm-bind</title>
<subtitle>DRM IGT GPU Tools</subtitle>
<id>https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/atom?h=vm-bind</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/atom?h=vm-bind'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/'/>
<updated>2021-04-06T20:50:52+00:00</updated>
<entry>
<title>.gitlab-ci: Don't test Autotools</title>
<updated>2021-04-06T20:50:52+00:00</updated>
<author>
<name>Arkadiusz Hiler</name>
<email>arek@hiler.eu</email>
</author>
<published>2021-03-25T18:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=d6f93088378e2e00750410bfc91d43b73318484e'/>
<id>urn:sha1:d6f93088378e2e00750410bfc91d43b73318484e</id>
<content type='text'>
Signed-off-by: Arkadiusz Hiler &lt;arek@hiler.eu&gt;
Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
Acked-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>Dockerfile.*debian*: Switch over to buster</title>
<updated>2019-11-26T12:10:22+00:00</updated>
<author>
<name>Arkadiusz Hiler</name>
<email>arkadiusz.hiler@intel.com</email>
</author>
<published>2019-11-20T11:02:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=f06d36dc6ba3e60088000f81dc4ab4754cd639ad'/>
<id>urn:sha1:f06d36dc6ba3e60088000f81dc4ab4754cd639ad</id>
<content type='text'>
Debian Busters is the new stable so let's upgrade.

v2: stay on stretch for MIPS

Cc: Guillaume Tucker &lt;guillaume.tucker@collabora.com&gt;
Cc: Petri Latvala &lt;petri.latvala@intel.com&gt;
Issue: https://bugs.debian.org/932725
Signed-off-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>README: Mention Dockerfiles with dependencies by name</title>
<updated>2019-11-20T10:31:36+00:00</updated>
<author>
<name>Arkadiusz Hiler</name>
<email>arkadiusz.hiler@intel.com</email>
</author>
<published>2019-10-15T11:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=a19df6f52812517a4a84e6e630506512575b10da'/>
<id>urn:sha1:a19df6f52812517a4a84e6e630506512575b10da</id>
<content type='text'>
Debian has two Dockerfiles associated - minimal and regular one that
bases on the minimal one.

Let's mention them by name and add a comment providing some context to
the split so it's easier to figure out what to install on a new system.

Signed-off-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>.gitlab-ci: Don't pull images until they are needed</title>
<updated>2019-09-03T15:27:01+00:00</updated>
<author>
<name>Arkadiusz Hiler</name>
<email>arkadiusz.hiler@intel.com</email>
</author>
<published>2019-09-03T07:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=72cdaf6aadc16c42651722b8db71efc673da2b06'/>
<id>urn:sha1:72cdaf6aadc16c42651722b8db71efc673da2b06</id>
<content type='text'>
We were pulling and tagging images locally ahead of time just in case
the next build may need it (i.e. debian-minimal for the fully featured
debian).

Instead of doing that we can specify the registry in Dockerfile's FROM
cluse, so the image is pulled only when we are need it.

Signed-off-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>Dockerfile: Clean package manager caches and squash images</title>
<updated>2019-09-03T15:26:58+00:00</updated>
<author>
<name>Arkadiusz Hiler</name>
<email>arkadiusz.hiler@intel.com</email>
</author>
<published>2019-09-02T07:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=3bf2fc3dfbbbd5a6f5ff0fc8b417ee25e0f338b9'/>
<id>urn:sha1:3bf2fc3dfbbbd5a6f5ff0fc8b417ee25e0f338b9</id>
<content type='text'>
To save some space and bandwidth. Without --squash the caches would get
cleaned up only from the last layer which would save us nothing.

Signed-off-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>Dockerfile: Make sure that we use correct base image</title>
<updated>2019-09-03T15:26:45+00:00</updated>
<author>
<name>Arkadiusz Hiler</name>
<email>arkadiusz.hiler@intel.com</email>
</author>
<published>2019-09-02T07:21:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=8e18030b0312b1a5f4d7dfe305690e6b9c09cea8'/>
<id>urn:sha1:8e18030b0312b1a5f4d7dfe305690e6b9c09cea8</id>
<content type='text'>
Correct one = the one tagged with current commit, so in case of parallel
pipelines we don't take the wrong "latest".

Signed-off-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Reviewed-by: Petri Latvala &lt;petri.latvala@intel.com&gt;
</content>
</entry>
<entry>
<title>gitlab-ci: rename Dockerfiles</title>
<updated>2019-08-29T10:18:35+00:00</updated>
<author>
<name>Oleg Vasilev</name>
<email>oleg.vasilev@intel.com</email>
</author>
<published>2019-08-28T12:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/igt-gpu-tools.git/commit/?id=27d1e768e59a85c67458dca09a7f790ad6e9445d'/>
<id>urn:sha1:27d1e768e59a85c67458dca09a7f790ad6e9445d</id>
<content type='text'>
Dockerfile.build-* is consistent with build-* naming.

Reviewed-by: Arkadiusz Hiler &lt;arkadiusz.hiler@intel.com&gt;
Signed-off-by: Oleg Vasilev &lt;oleg.vasilev@intel.com&gt;
</content>
</entry>
</feed>
