Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tango Images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
Tango Images
Commits
ee2f5559
Commit
ee2f5559
authored
4 years ago
by
Matteo Di Carlo
Browse files
Options
Downloads
Patches
Plain Diff
ST-581
include retry in runtime
parent
1093ed51
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/tango/pytango-runtime/.release
+2
-2
2 additions, 2 deletions
docker/tango/pytango-runtime/.release
docker/tango/pytango-runtime/Dockerfile
+4
-1
4 additions, 1 deletion
docker/tango/pytango-runtime/Dockerfile
with
6 additions
and
3 deletions
docker/tango/pytango-runtime/.release
+
2
−
2
View file @
ee2f5559
release=9.3.3.
1
tag=pytango-runtime-9.3.3.
1
release=9.3.3.
2
tag=pytango-runtime-9.3.3.
2
This diff is collapsed.
Click to expand it.
docker/tango/pytango-runtime/Dockerfile
+
4
−
1
View file @
ee2f5559
...
...
@@ -30,7 +30,10 @@ RUN runtimeDeps='libboost-python1.67.0 \
&&
apt-get
-y
install
--no-install-recommends
$runtimeDeps
\
&&
rm
-rf
/var/lib/apt/lists/
*
/etc/apt/apt.conf.d/30proxy
# Copy across files that are used to help orchestrate container compositions
# and test execution sequences
COPY
--from=buildenv /usr/local/bin/wait-for-it.sh /usr/local/bin/wait-for-it.sh
COPY
--from=buildenv /usr/local/bin/retry /usr/local/bin/retry
COPY
--from=buildenv /usr/local/lib/python3.7 /usr/local/lib/python3.7
RUN
curl https://bootstrap.pypa.io/get-pip.py
-o
get-pip.py
&&
python3 get-pip.py
...
...
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