[dpdk-dev] [PATCH v6] build: add dockerfile for building docker image
Ruifeng Wang (Arm Technology China)
Ruifeng.Wang at arm.com
Thu Dec 12 07:53:09 CET 2019
> -----Original Message-----
> From: Abdul Halim <abdul.halim at intel.com>
> Sent: Thursday, December 12, 2019 00:39
> To: dev at dpdk.org
> Cc: ray.kinsella at intel.com; yasufum.o at gmail.com; Ruifeng Wang (Arm
> Technology China) <Ruifeng.Wang at arm.com>; Abdul Halim
> <abdul.halim at intel.com>
> Subject: [PATCH v6] build: add dockerfile for building docker image
>
> Adding a Dockerfile with Ubuntu bionic base image to build dpdk as shared
> library. This docker image could be used as base image to build and run dpdk
> applications in containers.
>
> Signed-off-by: Abdul Halim <abdul.halim at intel.com>
>
> ---
>
> v2:
> * renamed Dockerfile name from Dockerfile.ubuntu to Dockerfile.bionic
> * added call to ldconfig to update cache of libraries to include newly
> installed DPDK libs
>
> ---
>
> v3:
> * added example use-case of dpdk dockerfile in extras/README.md
>
> ---
> v4:
> * changed meson build to use tmp dir in docker build
> * changed sample app dockerfile to add only helloworld source code
>
> ---
> v5:
> * fix whitespace error
>
> ---
> v6:
> * clean up temp build directory
> ---
> extras/Dockerfile.bionic | 40
> +++++++++++++++++++++++++++++++++++++
> extras/README.md | 51
> ++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 91 insertions(+)
> create mode 100644 extras/Dockerfile.bionic create mode 100644
> extras/README.md
>
Tested-by: Ruifeng Wang <ruifeng.wang at arm.com>
More information about the dev
mailing list