[PATCH 5/6] containers/container_builder: Container for python scripts

Ali Alnubani alialnu at nvidia.com
Tue Oct 11 22:24:56 CEST 2022


> -----Original Message-----
> From: ohilyard at iol.unh.edu <ohilyard at iol.unh.edu>
> Sent: Tuesday, October 11, 2022 7:53 PM
> To: ci at dpdk.org
> Cc: aconole at redhat.com; Owen Hilyard <ohilyard at iol.unh.edu>
> Subject: [PATCH 5/6] containers/container_builder: Container for python
> scripts
> 
> From: Owen Hilyard <ohilyard at iol.unh.edu>
> 
> Adds a container that can be used to run the python scripts to create
> the Dockerfiles for the CI containers. This removes a large number of
> python environment dependencies from the host requirements.
> 
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
> ---
[..]
> +COPY template_engine/pyproject.toml /tmp/pyproject.toml
> +COPY template_engine/poetry.lock /tmp/poetry.lock

A clean repo won't have poetry.lock, which would cause this step to fail.

[..]


More information about the ci mailing list