aboutsummaryrefslogtreecommitdiffstats
path: root/docker/vnf/hooks
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-08-07 20:27:29 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2017-08-18 14:46:32 +0200
commit517a1a238924e28164d28893cbbb4ac0fe6e2dcb (patch)
treeaf58a2e3025ae0b3062fc19c4cd145cc51b63241 /docker/vnf/hooks
parentc582427bd2586347fd21bcee3b28a2f7e75faf3d (diff)
Integrate cloudify_ims in functest-features
We only rely on system libraries in case of Alpine. It's not possible in case of Ubuntu 14.04 because libxml is too old. Change-Id: I304f8ea5e9a6541e9719210db9d07949107bf193 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/vnf/hooks')
-rw-r--r--docker/vnf/hooks/post_checkout6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/vnf/hooks/post_checkout b/docker/vnf/hooks/post_checkout
new file mode 100644
index 000000000..20a6d4b95
--- /dev/null
+++ b/docker/vnf/hooks/post_checkout
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+from="${DOCKER_REPO%/*}/functest-core"
+sed -i "s|^FROM.*$|FROM ${from}|" Dockerfile
+
+exit $?