Skip to content
GitLab
Explore
Sign in
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
Merge requests
!6
Resolve #2012 "03 29 run containers as user"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Resolve #2012 "03 29 run containers as user"
2012-03-29-run-containers-as-user
into
master
Overview
4
Commits
8
Pipelines
0
Changes
8
Merged
Jan David Mol
requested to merge
2012-03-29-run-containers-as-user
into
master
4 years ago
Overview
4
Commits
8
Pipelines
0
Changes
8
Expand
Closes #2012. Runs the device-pcc/device-sdp/jupyter instances as a configurable LOFAR_UID user.
0
0
Merge request reports
Compare
master
version 4
442e7769
4 years ago
version 3
7161f6be
4 years ago
version 2
16de4cdb
4 years ago
version 1
1de42da3
4 years ago
master (base)
and
version 3
latest version
584b7aa1
8 commits,
4 years ago
version 4
442e7769
7 commits,
4 years ago
version 3
7161f6be
6 commits,
4 years ago
version 2
16de4cdb
5 commits,
4 years ago
version 1
1de42da3
4 commits,
4 years ago
8 files
+
16
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
docker-compose/itango/Dockerfile
+
3
−
2
Options
@@ -6,6 +6,7 @@ RUN sudo apt-get -y update && \
sudo
apt-get
-y
install
apt-file apt-transport-https apt-utils aptitude
&&
\
sudo
aptitude
-y
install
htop iftop iproute2 mc most net-tools tcpdump telnet tmux traceroute vim xterm
&&
\
sudo
aptitude clean
&&
\
sudo
aptitude autoclean
&&
\
pip3
install
"opcua >= 0.98.9"
asyncua astropy
sudo
aptitude autoclean
COPY
lofar-requirements.txt /lofar-requirements.txt
RUN
sudo
pip3
install
-r
/lofar-requirements.txt
Loading