public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] README: Mention Dockerfiles with dependencies by name
@ 2019-10-15 11:13 Arkadiusz Hiler
  2019-10-15 11:16 ` Petri Latvala
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arkadiusz Hiler @ 2019-10-15 11:13 UTC (permalink / raw)
  To: igt-dev

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 <arkadiusz.hiler@intel.com>
---
 Dockerfile.build-debian | 5 +++++
 README.md               | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.build-debian b/Dockerfile.build-debian
index 69f63157..36c51765 100644
--- a/Dockerfile.build-debian
+++ b/Dockerfile.build-debian
@@ -2,6 +2,11 @@ ARG CI_COMMIT_SHA
 ARG CI_REGISTRY_IMAGE
 FROM $CI_REGISTRY_IMAGE/build-debian-minimal:commit-$CI_COMMIT_SHA
 
+# inherits from Dockerfile.build-debian-minimal
+#
+# just few extra dependencies for building IGT with all the optional components
+# enabled
+
 RUN apt-get update
 RUN apt-get install -y \
 			libunwind-dev \
diff --git a/README.md b/README.md
index a6a821c0..f33e9455 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ Generated documentation for the latest master is published under
 Requirements
 ------------
 
-See `Dockerfile.*` for up-to-date list of package names in Fedora and
-Debian.
+See `Dockerfile.build-fedora` for up-to-date list of package names in Fedora
+or `Dockerfile.build-debian-minimal` and `Dockerfile.build-debian` for Debian.
 
 If your distribution packages IGT you can also use your package manager to
 install the dependencies, e.g.:
-- 
2.21.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-15 21:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-15 11:13 [igt-dev] [PATCH i-g-t] README: Mention Dockerfiles with dependencies by name Arkadiusz Hiler
2019-10-15 11:16 ` Petri Latvala
2019-10-15 11:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-10-15 21:01 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox