1FROM registry.gitlab.com/xen-project/xen/suse:sles11sp4-base 2LABEL maintainer.name="The Xen Project" \ 3 maintainer.email="xen-devel@lists.xenproject.org" 4 5ENV USER root 6 7RUN mkdir /build 8WORKDIR /build 9 10# Nothing else is needed -- base image already contain everything. 11 12# Note: 13# 14# SLES11 SP4 runs pre-2.13 glibc, which requires vsyscall support. Most 15# distros nowadays disable vsyscall. To run this container, the host needs to 16# have vsyscall=emulate in its kernel command line. 17# 18# Due to various issues in SLES11 SP4, you might want to disable building 19# certain components. Known *not bulding* components include OVMF, SEABIOS 20# and upstream QEMU. 21