From: Wei Liu Date: Tue, 17 Jul 2018 20:03:05 +0000 (+0100) Subject: automation: add SLES 11 SP4 dockerfile X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3589 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b1afab7fb5d358eda2f44171604a5599e8333897;p=xen.git automation: add SLES 11 SP4 dockerfile Signed-off-by: Wei Liu Reviewed-by: Doug Goldstein --- diff --git a/automation/build/suse/sles11sp4.dockerfile b/automation/build/suse/sles11sp4.dockerfile new file mode 100644 index 0000000000..ff69a99afc --- /dev/null +++ b/automation/build/suse/sles11sp4.dockerfile @@ -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.