[PATCH v6 3/6] containers/builder: Dockerfile creation script

Ali Alnubani alialnu at nvidia.com
Thu Jun 22 17:55:23 CEST 2023


> -----Original Message-----
> From: Adam Hassick <ahassick at iol.unh.edu>
> Sent: Thursday, May 25, 2023 8:15 PM
> To: ci at dpdk.org
> Cc: aconole at redhat.com; Ali Alnubani <alialnu at nvidia.com>; Owen Hilyard
> <ohilyard at iol.unh.edu>; Adam Hassick <ahassick at iol.unh.edu>
> Subject: [PATCH v6 3/6] containers/builder: Dockerfile creation script
> 
> From: Owen Hilyard <ohilyard at iol.unh.edu>
> 
> This script will template out all of the Dockerfiles based on the
> definitions provided in the inventory using the jinja2 templating
> library.
> 
[..]
> +
> +def get_host_arch() -> str:
> +    machine: str = platform.machine()
> +    match machine:

This adds a nondocumented dependency on Python 3.10.


More information about the ci mailing list