diff --git a/docker/tango/pytango-runtime/.release b/docker/tango/pytango-runtime/.release index b602c1d75172b65067c9ad4007469f64fc73f3a4..0ef6e1fe759567bf02c3b017748b2d4e27e60977 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 a056780a16e123123a7b0b0cb551e6b5fd6393e8..73742164579eb690de04e64661f361bce55b0301 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