From b8f561127a2ba09f3c2e49194d8d63b6960023b2 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Mon, 16 Jul 2018 14:26:44 +0200 Subject: Split dockerfile in two images The process of building LAVA is hard to maintain. But since we need to be able to go back in time (or just stay longer with a specific version) we need a way to keep a LAVA version. For achieving this, we build a minimal image with just LAVA and tag it with the version of LAVA inside. --- lava-slave-base/scripts/stop.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 lava-slave-base/scripts/stop.sh (limited to 'lava-slave-base/scripts/stop.sh') diff --git a/lava-slave-base/scripts/stop.sh b/lava-slave-base/scripts/stop.sh new file mode 100755 index 0000000..0f18456 --- /dev/null +++ b/lava-slave-base/scripts/stop.sh @@ -0,0 +1,3 @@ +#!/bin/bash +service tftpd-hpa stop +service lava-slave stop -- cgit 1.2.3-korg