From 276447e05a2eddc95664fa5f7208965b2863375b Mon Sep 17 00:00:00 2001 From: stedif <stefano.difrischia@inaf.it> Date: Tue, 19 Apr 2022 10:49:34 +0200 Subject: [PATCH] L2SS-711: update image url in archiver dockerfile --- docker-compose/tango-archiver-ts/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose/tango-archiver-ts/Dockerfile b/docker-compose/tango-archiver-ts/Dockerfile index 9fe3cef12..0d8b5e0c0 100644 --- a/docker-compose/tango-archiver-ts/Dockerfile +++ b/docker-compose/tango-archiver-ts/Dockerfile @@ -66,8 +66,7 @@ RUN cd libhdbpp/build \ # ----------- LIBHDB++ TIMESCALE --------------- #RUN git clone -b image_support --recurse-submodules https://github.com/tango-controls-hdbpp/libhdbpp-timescale.git -#RUN git clone -b image_support_lofar_fixes --recurse-submodules https://git.astron.nl/lofar2.0/libhdbpp-timescale.git -RUN git clone -b image_support_for_boolean --recurse-submodules https://git.astron.nl/lofar2.0/libhdbpp-timescale.git +RUN git clone -b image_support_lofar_fixes --recurse-submodules https://git.astron.nl/lofar2.0/libhdbpp-timescale.git RUN cd libhdbpp-timescale \ && mkdir -p build \ -- GitLab