Skip to content
Snippets Groups Projects
Commit ca0b73a7 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-691: update archiver dockerfile

parent 858a3086
No related branches found
No related tags found
1 merge request!281Resolve L2SS-691 "Image support for timescaledb"
...@@ -29,8 +29,11 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-fre ...@@ -29,8 +29,11 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-fre
libpqxx-6.2 \ libpqxx-6.2 \
libpq-dev \ libpq-dev \
libpqxx-dev libpqxx-dev
RUN git clone -b v2.0.0 https://github.com/Diego91RA/libhdbpp.git
# ----------- LIBHDB++ -----------------------------
RUN git clone -b master https://gitlab.com/tango-controls/hdbpp/donotusebadimport/libhdbpp.git
RUN cd libhdbpp \ RUN cd libhdbpp \
&& mkdir build \ && mkdir build \
...@@ -59,8 +62,10 @@ RUN cd libhdbpp/build \ ...@@ -59,8 +62,10 @@ RUN cd libhdbpp/build \
--requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \ --requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \
make install make install
RUN git clone -b master --recurse-submodules https://github.com/Diego91RA/libhdbpp-timescale.git
RUN cd libhdbpp-timescale && git checkout 85c03657d4518e876869b322d6a50c46875a1300 # ----------- LIBHDB++ TIMESCALE ---------------
RUN git clone -b image_support --recurse-submodules https://github.com/tango-controls-hdbpp/libhdbpp-timescale.git
RUN cd libhdbpp-timescale \ RUN cd libhdbpp-timescale \
&& mkdir -p build \ && mkdir -p build \
...@@ -89,7 +94,10 @@ RUN cd libhdbpp-timescale/build \ ...@@ -89,7 +94,10 @@ RUN cd libhdbpp-timescale/build \
--requires="libpq5" \ --requires="libpq5" \
make install make install
RUN git clone -b v2.0.0 https://github.com/Diego91RA/hdbpp-cm.git
# ----------- HDB++ CONFIGURATION MANAGER ---------------
RUN git clone -b master https://github.com/tango-controls-hdbpp/hdbpp-cm.git
RUN cd hdbpp-cm \ RUN cd hdbpp-cm \
&& mkdir -p build \ && mkdir -p build \
...@@ -118,8 +126,10 @@ RUN cd hdbpp-cm/build \ ...@@ -118,8 +126,10 @@ RUN cd hdbpp-cm/build \
--requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \ --requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \
make install make install
RUN git clone -b master https://github.com/Diego91RA/hdbpp-es.git
RUN cd hdbpp-es && git checkout 473cbfbd7af76851bbf6ca2fcf5e4880e9f8e437 # ----------- HDB++ EVENT SUBSCRIBER ---------------
RUN git clone -b master https://github.com/tango-controls-hdbpp/hdbpp-es.git
RUN cd hdbpp-es \ RUN cd hdbpp-es \
&& mkdir -p build \ && mkdir -p build \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment