Searched refs:ENGINE (Results 1 - 1 of 1) sorted by path

/haiku/3rdparty/docker/bootstrap/
H A DMakefile0 ENGINE=docker
3 #ENGINE=podman
11 ${ENGINE} build . --no-cache -t docker.io/haiku/bootstrap:${VER}
13 ${ENGINE} ps -q --filter=ancestor=docker.io/haiku/bootstrap:${VER} | xargs -I {} ${ENGINE} kill {}
14 ${ENGINE} ps -a -q --filter=ancestor=docker.io/haiku/bootstrap:${VER} | xargs -I {} ${ENGINE} rm {}
15 ${ENGINE} volume rm bootstrap_work
17 ${ENGINE} run -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} prep
19 ${ENGINE} ru
1 ENGINE=docker macro
[all...]

Completed in 49 milliseconds