From: Andrew Cooper Date: Thu, 11 Jul 2024 15:09:22 +0000 (+0100) Subject: CI: Refresh Ubuntu Focal container as 20.04-x86_64 X-Git-Tag: 4.19.0-rc3~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6db222eb1fcee720c75d6230fda90290daf6079c;p=xen.git CI: Refresh Ubuntu Focal container as 20.04-x86_64 As with 16.04 (Xenial), with python3-setuptools included. Having this package only in some containers was intentional; see commit bbc72a7877d8 ("automation: Add python3's setuptools to some containers") for the rational. This saves ~500M: registry.gitlab.com/xen-project/xen/ubuntu 20.04-x86_64 1.06GB registry.gitlab.com/xen-project/xen/ubuntu focal 1.57GB Signed-off-by: Andrew Cooper Reviewed-by: Anthony PERARD Release-Acked-By: Oleksii Kurochko --- diff --git a/automation/build/ubuntu/20.04-x86_64.dockerfile b/automation/build/ubuntu/20.04-x86_64.dockerfile new file mode 100644 index 0000000000..39fb297519 --- /dev/null +++ b/automation/build/ubuntu/20.04-x86_64.dockerfile @@ -0,0 +1,72 @@ +# syntax=docker/dockerfile:1 +FROM --platform=linux/amd64 ubuntu:20.04 +LABEL maintainer.name="The Xen Project" +LABEL maintainer.email="xen-devel@lists.xenproject.org" + +ENV DEBIAN_FRONTEND=noninteractive + +RUN <