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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Merge requests
!484
Resolve
L2SS-1047
"Upgrade ska base images"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve
L2SS-1047
"Upgrade ska base images"
L2SS-1047-upgrade_ska_base_images
into
master
Overview
25
Commits
77
Pipelines
0
Changes
16
Merged
Hannes Feldt
requested to merge
L2SS-1047-upgrade_ska_base_images
into
master
2 years ago
Overview
10
Commits
77
Pipelines
0
Changes
16
Closes
L2SS-1047
0
0
Merge request reports
Compare
master
version 26
79e664eb
2 years ago
version 25
9beb547e
2 years ago
version 24
53823dd9
2 years ago
version 23
01e2ca60
2 years ago
version 22
70aa2d5a
2 years ago
version 21
53056a72
2 years ago
version 20
ee68e0ce
2 years ago
version 19
3d1704ac
2 years ago
version 18
6abfc4d3
2 years ago
version 17
905d9e6f
2 years ago
version 16
9ec0922a
2 years ago
version 15
a6e93377
2 years ago
version 14
ff3b6fc8
2 years ago
version 13
0544ba0a
2 years ago
version 12
b2ecda71
2 years ago
version 11
ac70b6c2
2 years ago
version 10
580e45fa
2 years ago
version 9
bf447923
2 years ago
version 8
e4eb275f
2 years ago
version 7
5eae4934
2 years ago
version 6
ed3671ad
2 years ago
version 5
bf519304
2 years ago
version 4
70b225eb
2 years ago
version 3
5161c6d9
2 years ago
version 2
40b54836
2 years ago
version 1
13ca957b
2 years ago
master (base)
and
latest version
latest version
eae07a35
77 commits,
2 years ago
version 26
79e664eb
76 commits,
2 years ago
version 25
9beb547e
75 commits,
2 years ago
version 24
53823dd9
74 commits,
2 years ago
version 23
01e2ca60
73 commits,
2 years ago
version 22
70aa2d5a
72 commits,
2 years ago
version 21
53056a72
71 commits,
2 years ago
version 20
ee68e0ce
70 commits,
2 years ago
version 19
3d1704ac
69 commits,
2 years ago
version 18
6abfc4d3
67 commits,
2 years ago
version 17
905d9e6f
66 commits,
2 years ago
version 16
9ec0922a
65 commits,
2 years ago
version 15
a6e93377
64 commits,
2 years ago
version 14
ff3b6fc8
63 commits,
2 years ago
version 13
0544ba0a
62 commits,
2 years ago
version 12
b2ecda71
61 commits,
2 years ago
version 11
ac70b6c2
60 commits,
2 years ago
version 10
580e45fa
59 commits,
2 years ago
version 9
bf447923
58 commits,
2 years ago
version 8
e4eb275f
57 commits,
2 years ago
version 7
5eae4934
56 commits,
2 years ago
version 6
ed3671ad
55 commits,
2 years ago
version 5
bf519304
54 commits,
2 years ago
version 4
70b225eb
53 commits,
2 years ago
version 3
5161c6d9
52 commits,
2 years ago
version 2
40b54836
51 commits,
2 years ago
version 1
13ca957b
49 commits,
2 years ago
16 files
+
348
−
393
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
bin/start-jive.sh
+
2
−
2
View file @ eae07a35
Edit in single-file editor
Open in Web IDE
Show full file
@@ -17,7 +17,7 @@ display=${display:-${DISPLAY}}
OPTIONS
=
"-e HOME=/hosthome -e DISPLAY=
${
display
}
-e XAUTHORITY=/hosthome/.Xauthority -e TANGO_HOST=databaseds:10000 -v
${
HOME
}
:/hosthome -v /tmp/.X11-unix:/tmp/.X11-unix"
if
[
!
-z
${
XTRA_OPTIONS
}
]
;
then
if
[
-n
"
${
XTRA_OPTIONS
}
"
]
;
then
OPTIONS
=
"
${
OPTIONS
}
${
XTRA_OPTIONS
}
"
fi
@@ -31,7 +31,7 @@ fi
#docker run --rm -it --network host ${OPTIONS} nexus.engageska-portugal.pt/ska-docker/tango-java:latest ${command} ${@}
container_name
=
artefact.skao.int/ska-tango-images-tango-java:9.3.4
container
=
$(
docker ps |
grep
-E
${
container_name
}
|
cut
-d
' '
-f1
)
if
[
!
-z
"
${
container
}
"
]
;
then
if
[
-n
"
${
container
}
"
]
;
then
docker
exec
-it
"
${
container
}
"
${
command
}
"
${
@
}
"
else
echo
"Container
\"
${
container_name
}
\"
is not running."
Loading