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
Merge requests
!575
L2SS-1307
: set fullpath for lofar-device-base image
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
L2SS-1307
: set fullpath for lofar-device-base image
L2SS-1307-fix-make-pull
into
master
Overview
3
Commits
1
Pipelines
0
Changes
23
Merged
Stefano Di Frischia
requested to merge
L2SS-1307-fix-make-pull
into
master
2 years ago
Overview
3
Commits
1
Pipelines
0
Changes
23
Expand
Closes
L2SS-1307
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
54e8b3eb
1 commit,
2 years ago
23 files
+
23
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
23
Search (e.g. *.vue) (Ctrl+P)
docker-compose/device-antennafield.yml
+
1
−
1
Options
@@ -17,7 +17,7 @@ version: '2.1'
services
:
device-antennafield
:
image
:
lofar-device-base
image
:
${LOCAL_DOCKER_REGISTRY_HOST}/${LOCAL_DOCKER_REGISTRY_USER}/
lofar-device-base
container_name
:
device-antennafield
logging
:
driver
:
"
json-file"
Loading