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
5cc2104e
Commit
5cc2104e
authored
4 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Properly propagate source image for our itango image.
parent
7857fb6f
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker-compose/Makefile
+3
-0
3 additions, 0 deletions
docker-compose/Makefile
docker-compose/itango.yml
+4
-1
4 additions, 1 deletion
docker-compose/itango.yml
docker-compose/lofar-itango/Dockerfile
+2
-1
2 additions, 1 deletion
docker-compose/lofar-itango/Dockerfile
with
9 additions
and
2 deletions
docker-compose/Makefile
+
3
−
0
View file @
5cc2104e
...
...
@@ -91,6 +91,9 @@ DOCKER_COMPOSE_ARGS := DISPLAY=$(DISPLAY) XAUTHORITY=$(XAUTHORITY) TANGO_HOST=$(
pull
:
##
pull the images from the Docker hub
$(
DOCKER_COMPOSE_ARGS
)
docker-compose
$(
COMPOSE_FILE_ARGS
)
pull
build
:
##
rebuild images
$(
DOCKER_COMPOSE_ARGS
)
docker-compose
$(
COMPOSE_FILE_ARGS
)
build
up
:
minimal
##
start the base TANGO system and prepare all services
$(
DOCKER_COMPOSE_ARGS
)
docker-compose
$(
COMPOSE_FILE_ARGS
)
up
--no-start
...
...
This diff is collapsed.
Click to expand it.
docker-compose/itango.yml
+
4
−
1
View file @
5cc2104e
...
...
@@ -14,7 +14,10 @@ version: '2'
services
:
itango
:
image
:
${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-itango:latest
build
:
context
:
lofar-itango
args
:
SOURCE_IMAGE
:
${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/tango-itango:latest
container_name
:
${CONTAINER_NAME_PREFIX}itango
network_mode
:
${NETWORK_MODE}
volumes
:
...
...
This diff is collapsed.
Click to expand it.
docker-compose/lofar-itango/Dockerfile
+
2
−
1
View file @
5cc2104e
FROM
nexus.engageska-portugal.pt/ska-docker/tango-itango:latest
ARG
SOURCE_IMAGE
FROM
${SOURCE_IMAGE}
RUN
pip3
install
"opcua >= 0.98.9"
astropy
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