From ee2f555936bc5b1b11470ac1cbd647bc5415db46 Mon Sep 17 00:00:00 2001
From: Matteo Di Carlo <matteo.dicarlo@inaf.it>
Date: Thu, 4 Feb 2021 09:56:01 +0100
Subject: [PATCH] ST-581 include retry in runtime

---
 docker/tango/pytango-runtime/.release   | 4 ++--
 docker/tango/pytango-runtime/Dockerfile | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docker/tango/pytango-runtime/.release b/docker/tango/pytango-runtime/.release
index b602c1d7..0ef6e1fe 100644
--- a/docker/tango/pytango-runtime/.release
+++ b/docker/tango/pytango-runtime/.release
@@ -1,2 +1,2 @@
-release=9.3.3.1
-tag=pytango-runtime-9.3.3.1
+release=9.3.3.2
+tag=pytango-runtime-9.3.3.2
diff --git a/docker/tango/pytango-runtime/Dockerfile b/docker/tango/pytango-runtime/Dockerfile
index a056780a..73742164 100644
--- a/docker/tango/pytango-runtime/Dockerfile
+++ b/docker/tango/pytango-runtime/Dockerfile
@@ -30,7 +30,10 @@ RUN runtimeDeps='libboost-python1.67.0 \
     && apt-get -y install --no-install-recommends $runtimeDeps \
     && rm -rf /var/lib/apt/lists/* /etc/apt/apt.conf.d/30proxy
 
-
+# Copy across files that are used to help orchestrate container compositions
+# and test execution sequences
+COPY --from=buildenv /usr/local/bin/wait-for-it.sh /usr/local/bin/wait-for-it.sh
+COPY --from=buildenv /usr/local/bin/retry /usr/local/bin/retry
 COPY --from=buildenv /usr/local/lib/python3.7 /usr/local/lib/python3.7
 
 RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py
-- 
GitLab