[PATCH 4/6] containers/templates: Templates for Dockerfiles

Ali Alnubani alialnu at nvidia.com
Tue Oct 11 22:24:06 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 4/6] containers/templates: Templates for Dockerfiles
> 
> From: Owen Hilyard <ohilyard at iol.unh.edu>
> 
> Adds a variety of extensible templates used to create the Dockerfiles
> for each target. All templates inherit from base, and most distros and
> distro families have their own templates that are used to define common
> functionality. Multiple versions of a distro may use a single template
> if they are similar enough (ex: fedora).
> 
> Signed-off-by: Owen Hilyard <ohilyard at iol.unh.edu>
> ---

[..]

> diff --git
> a/containers/template_engine/templates/containers/base.dockerfile.j2
> b/containers/template_engine/templates/containers/base.dockerfile.j2
> new file mode 100644
> index 0000000..b30b91f
> --- /dev/null
> +++ b/containers/template_engine/templates/containers/base.dockerfile.j2
> @@ -0,0 +1,81 @@

[..]

> +# Install meson
> +{% block install_meson %}
> +# Install meson from dpdk main
> +# Writes to the mount are discarded once the container is build and are not

s/build/built/

[..]


More information about the ci mailing list