Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lmc-base-classes
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
lmc-base-classes
Commits
8cf8d674
Commit
8cf8d674
authored
6 years ago
by
Dzianis Bartashevich
Browse files
Options
Downloads
Patches
Plain Diff
change docker registry v2
parent
c3588c0c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
Makefile
+2
-2
2 additions, 2 deletions
Makefile
docker-compose.yml
+2
-2
2 additions, 2 deletions
docker-compose.yml
with
6 additions
and
6 deletions
Dockerfile
+
2
−
2
View file @
8cf8d674
# Use SKA python image as base image
# Use SKA python image as base image
FROM
ska-registry.av.it
.pt/ska-docker/ska-python-buildenv:latest
AS
buildenv
FROM
nexus.engageska-portugal
.pt/ska-docker/ska-python-buildenv:latest
AS
buildenv
FROM
ska-registry.av.it
.pt/ska-docker/ska-python-runtime:latest
AS
runtime
FROM
nexus.engageska-portugal
.pt/ska-docker/ska-python-runtime:latest
AS
runtime
# create ipython profile to so that itango doesn't fail if ipython hasn't run yet
# create ipython profile to so that itango doesn't fail if ipython hasn't run yet
RUN
ipython profile create
RUN
ipython profile create
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
2
View file @
8cf8d674
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
#
#
# DOCKER_REGISTRY_HOST, DOCKER_REGISTRY_USER and PROJECT are combined to define
# DOCKER_REGISTRY_HOST, DOCKER_REGISTRY_USER and PROJECT are combined to define
# the Docker tag for this project. The definition below inherits the standard
# the Docker tag for this project. The definition below inherits the standard
# value for DOCKER_REGISTRY_HOST (=r
ska-registry.av.it
.pt) and overwrites
# value for DOCKER_REGISTRY_HOST (=r
nexus.engageska-portugal
.pt) and overwrites
# DOCKER_REGISTRY_USER and PROJECT to give a final Docker tag of
# DOCKER_REGISTRY_USER and PROJECT to give a final Docker tag of
#
ska-registry.av.it
.pt/dishmaster/dishmaster
#
nexus.engageska-portugal
.pt/dishmaster/dishmaster
#
#
DOCKER_REGISTRY_USER
:=
tango-example
DOCKER_REGISTRY_USER
:=
tango-example
PROJECT
=
lmcbaseclasses
PROJECT
=
lmcbaseclasses
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
2
−
2
View file @
8cf8d674
...
@@ -18,7 +18,7 @@ volumes:
...
@@ -18,7 +18,7 @@ volumes:
services
:
services
:
tangodb
:
tangodb
:
image
:
ska-registry.av.it
.pt/ska-docker/tango-db:latest
image
:
nexus.engageska-portugal
.pt/ska-docker/tango-db:latest
depends_on
:
depends_on
:
-
rsyslog-lmcbaseclasses
-
rsyslog-lmcbaseclasses
environment
:
environment
:
...
@@ -30,7 +30,7 @@ services:
...
@@ -30,7 +30,7 @@ services:
-
tangodb:/var/lib/mysql
-
tangodb:/var/lib/mysql
databaseds
:
databaseds
:
image
:
ska-registry.av.it
.pt/ska-docker/tango-cpp:latest
image
:
nexus.engageska-portugal
.pt/ska-docker/tango-cpp:latest
depends_on
:
depends_on
:
-
tangodb
-
tangodb
environment
:
environment
:
...
...
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