Re: [PATCH 1/2] automation: use DOCKER_CMD for building containers too

2021-05-18 Thread Dario Faggioli
On Tue, 2021-05-18 at 16:26 +0200, Roger Pau Monné wrote: > On Tue, May 18, 2021 at 02:04:07PM +0200, Dario Faggioli wrote: > > From: Dario Faggioli > > > > Use DOCKER_CMD from the environment (if defined) in the containers' > > makefile too, so that, e.g., when doing `export DOCKED_CMD=podman` >

Re: [PATCH 1/2] automation: use DOCKER_CMD for building containers too

2021-05-18 Thread Roger Pau Monné
On Tue, May 18, 2021 at 02:04:07PM +0200, Dario Faggioli wrote: > From: Dario Faggioli > > Use DOCKER_CMD from the environment (if defined) in the containers' > makefile too, so that, e.g., when doing `export DOCKED_CMD=podman` > podman is used for building the containers too. > > Signed-off-by:

[PATCH 1/2] automation: use DOCKER_CMD for building containers too

2021-05-18 Thread Dario Faggioli
From: Dario Faggioli Use DOCKER_CMD from the environment (if defined) in the containers' makefile too, so that, e.g., when doing `export DOCKED_CMD=podman` podman is used for building the containers too. Signed-off-by: Dario Faggioli --- Cc: Doug Goldstein Cc: Roger Pau Monne Cc: Andrew Coope