From 3c351c8a3e168efec48c5d4000ecdc948c0085a1 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 16 Jan 2020 14:50:52 +0100 Subject: lava-slave: copy entrypoints This patch permit to adds custom entrypoints. --- lava-slave/Dockerfile | 2 ++ lava-slave/entrypoint.d/.empty | 0 2 files changed, 2 insertions(+) create mode 100644 lava-slave/entrypoint.d/.empty (limited to 'lava-slave') diff --git a/lava-slave/Dockerfile b/lava-slave/Dockerfile index a2ce4b3..b16da41 100644 --- a/lava-slave/Dockerfile +++ b/lava-slave/Dockerfile @@ -63,6 +63,8 @@ COPY devices/ /root/devices/ COPY tags/ /root/tags/ COPY aliases/ /root/aliases/ COPY deviceinfo/ /root/deviceinfo/ +COPY entrypoint.d/*sh /root/entrypoint.d/ +RUN chmod +x /root/entrypoint.d/* RUN if [ -x /usr/local/bin/extra_actions ] ; then /usr/local/bin/extra_actions ; fi diff --git a/lava-slave/entrypoint.d/.empty b/lava-slave/entrypoint.d/.empty new file mode 100644 index 0000000..e69de29 -- cgit 1.2.3-korg