Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
f8e88a39
Commit
f8e88a39
authored
3 years ago
by
Stefano Di Frischia
Browse files
Options
Downloads
Patches
Plain Diff
L2SS-429
: replace master with tag in Dockerfile
parent
419ebe2f
No related branches found
No related tags found
1 merge request
!177
Resolve L2SS-429 "Timescaledb container"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/tango/tango-archiver-ts/Dockerfile
+4
-6
4 additions, 6 deletions
docker/tango/tango-archiver-ts/Dockerfile
with
4 additions
and
6 deletions
docker/tango/tango-archiver-ts/Dockerfile
+
4
−
6
View file @
f8e88a39
...
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment