automation: add SLES 11 SP4 dockerfile
authorWei Liu <wei.liu2@citrix.com>
Tue, 17 Jul 2018 20:03:05 +0000 (21:03 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 18 Jul 2018 16:32:19 +0000 (17:32 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
automation/build/suse/sles11sp4.dockerfile [new file with mode: 0644]

diff --git a/automation/build/suse/sles11sp4.dockerfile b/automation/build/suse/sles11sp4.dockerfile
new file mode 100644 (file)
index 0000000..ff69a99
--- /dev/null
@@ -0,0 +1,20 @@
+FROM registry.gitlab.com/xen-project/xen/suse:sles11sp4-base
+LABEL maintainer.name="The Xen Project" \
+      maintainer.email="xen-devel@lists.xenproject.org"
+
+ENV USER root
+
+RUN mkdir /build
+WORKDIR /build
+
+# Nothing else is needed -- base image already contain everything.
+
+# Note:
+#
+# SLES11 SP4 runs pre-2.13 glibc, which requires vsyscall support.  Most
+# distros nowadays disable vsyscall. To run this container, the host needs to
+# have vsyscall=emulate in its kernel command line.
+#
+# Due to various issues in SLES11 SP4, you might want to disable building
+# certain components. Known *not bulding* components include OVMF, SEABIOS
+# and upstream QEMU.