> -----Original Message----- > From: Abdul Halim <[email protected]> > Sent: Thursday, December 12, 2019 00:39 > To: [email protected] > Cc: [email protected]; [email protected]; Ruifeng Wang (Arm > Technology China) <[email protected]>; Abdul Halim > <[email protected]> > 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 <[email protected]> > > --- > > 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 <[email protected]>
Re: [dpdk-dev] [PATCH v6] build: add dockerfile for building docker image
Ruifeng Wang (Arm Technology China) Wed, 11 Dec 2019 22:54:05 -0800
- [dpdk-dev] [PATCH v6] build: add docke... Abdul Halim
- Re: [dpdk-dev] [PATCH v6] build: ... Ruifeng Wang (Arm Technology China)

