[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v1 2/4] automation/: add Ubuntu:focal container
On 17/11/2020 18:24, Edwin Török wrote: > Signed-off-by: Edwin Török <edvin.torok@xxxxxxxxxx> > --- > automation/build/ubuntu/focal.dockerfile | 50 ++++++++++++++++++++++++ > automation/scripts/containerize | 1 + > 2 files changed, 51 insertions(+) > create mode 100644 automation/build/ubuntu/focal.dockerfile > > diff --git a/automation/build/ubuntu/focal.dockerfile > b/automation/build/ubuntu/focal.dockerfile > new file mode 100644 > index 0000000000..1f014b67bc > --- /dev/null > +++ b/automation/build/ubuntu/focal.dockerfile > @@ -0,0 +1,50 @@ > +FROM ubuntu:20.04 > +LABEL maintainer.name="The Xen Project " \ > + maintainer.email="xen-devel@xxxxxxxxxxxxxxxxxxxx" > + > +ENV DEBIAN_FRONTEND=noninteractive > +ENV USER root > + > +RUN mkdir /build > +WORKDIR /build > + > +# build depends > +RUN apt-get update && \ > + apt-get --quiet --yes install \ > + build-essential \ > + zlib1g-dev \ > + libncurses5-dev \ > + libssl-dev \ > + python-dev \ Python2 is legacy in Focal, and shouldn't be necessary for 4.14 and later. > + python3-dev \ > + xorg-dev \ > + uuid-dev \ > + libyajl-dev \ > + libaio-dev \ > + libglib2.0-dev \ > + clang \ > + libpixman-1-dev \ > + pkg-config \ > + flex \ > + bison \ > + gettext \ > + acpica-tools \ > + bin86 \ > + bcc \ > + liblzma-dev \ > + libc6-dev-i386 \ > + libnl-3-dev \ > + ocaml-nox \ > + libfindlib-ocaml-dev \ > + libsystemd-dev \ > + markdown \ We dropped markdown as a dependency a release or two ago. Both these dependences should be fine to drop, if we're happy to not role Focal testing out to all the older branches. > + transfig \ > + pandoc \ > + checkpolicy \ > + wget \ The build has absolutely no business reaching out into the internet. I'm tempted to forcibly clobber it in the main build script. (Perhaps this is best not conflated with the Focal change.) ~Andrew
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |