[PATCH v7 1/6] containers/docs: Add container builder start

Ali Alnubani alialnu at nvidia.com
Wed Jul 12 13:43:39 CEST 2023


> -----Original Message-----
> From: Adam Hassick <ahassick at iol.unh.edu>
> Sent: Tuesday, July 11, 2023 11:21 PM
> To: ci at dpdk.org
> Cc: Ali Alnubani <alialnu at nvidia.com>; aconole at redhat.com; Adam Hassick
> <ahassick at iol.unh.edu>
> Subject: [PATCH v7 1/6] containers/docs: Add container builder start
> 
> From: Owen Hilyard <ohilyard at iol.unh.edu>
> 
> * Add README file for containers
> * Add pyproject file with required dependencies for building containers
> 
> This module allows anyone to build the containers used in DPDK CI, and
> allows the community to contribute container definitions back to DPDK
> CI. Please read the README for more information, since some
> functionality is opt-in due to resource requirements.
> 
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
> Signed-off-by: Adam Hassick <ahassick at iol.unh.edu>
> ---
>  containers/README.md                      | 178 ++++++++++++++++++++++
>  containers/template_engine/pyproject.toml |  21 +++
>  2 files changed, 199 insertions(+)
>  create mode 100644 containers/README.md
>  create mode 100644 containers/template_engine/pyproject.toml
> 
> diff --git a/containers/README.md b/containers/README.md
> new file mode 100644
> index 0000000..3ebc2e9
> --- /dev/null
> +++ b/containers/README.md
> @@ -0,0 +1,178 @@
[..]
> +DPDK_CI_CONTAINERS_DPDK_STABLE_CLONE_URL | What URL to clone
> DPDK stable form. | http://dpdk.org/git/dpdk-stable | Any DPDK stable

s/form/from/
[..]
> +DPDK_CI_CONTAINERS_COVERITY_PATH | The path to Coverity Scan
> binaries. Only required of the Coverity flag is set. | unset | The path to any

s/of/if/


More information about the ci mailing list