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

L2SS-429: replace master with tag in Dockerfile

parent 419ebe2f
No related branches found
No related tags found
1 merge request!177Resolve L2SS-429 "Timescaledb container"
......@@ -30,8 +30,7 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main contrib non-fre
libpq-dev \
libpqxx-dev
#RUN git clone -b master https://github.com/tango-controls-hdbpp/libhdbpp.git
RUN git clone -b master https://github.com/Diego91RA/libhdbpp.git
RUN git clone -b v2.0.0 https://github.com/Diego91RA/libhdbpp.git
RUN cd libhdbpp \
&& mkdir build \
......@@ -60,8 +59,8 @@ RUN cd libhdbpp/build \
--requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \
make install
#RUN git clone -b master --recurse-submodules https://github.com/tango-controls-hdbpp/libhdbpp-timescale.git
RUN git clone -b master --recurse-submodules https://github.com/Diego91RA/libhdbpp-timescale.git
RUN cd libhdbpp-timescale && git checkout 85c03657d4518e876869b322d6a50c46875a1300
RUN cd libhdbpp-timescale \
&& mkdir -p build \
......@@ -90,8 +89,7 @@ RUN cd libhdbpp-timescale/build \
--requires="libpq5" \
make install
#RUN git clone -b master https://github.com/tango-controls-hdbpp/hdbpp-cm.git
RUN git clone -b master https://github.com/Diego91RA/hdbpp-cm.git
RUN git clone -b v2.0.0 https://github.com/Diego91RA/hdbpp-cm.git
RUN cd hdbpp-cm \
&& mkdir -p build \
......@@ -120,8 +118,8 @@ RUN cd hdbpp-cm/build \
--requires="libzmq5,libomniorb4-2,libcos4-2,libomnithread4" \
make install
#RUN git clone -b master https://github.com/tango-controls-hdbpp/hdbpp-es.git
RUN git clone -b master https://github.com/Diego91RA/hdbpp-es.git
RUN cd hdbpp-es && git checkout 473cbfbd7af76851bbf6ca2fcf5e4880e9f8e437
RUN cd hdbpp-es \
&& 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