Skip to content
Snippets Groups Projects

Resolve "Use OSL component images from Gitlab image registry"

All threads resolved!
11 files
+ 35
35
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -86,7 +86,7 @@ services:
@@ -86,7 +86,7 @@ services:
build:
build:
context: ../../org.etsi.osl.portal.api/
context: ../../org.etsi.osl.portal.api/
dockerfile: Dockerfile
dockerfile: Dockerfile
image: org.etsi.osl.portal.api:latest
image: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api:develop
environment:
environment:
SPRING_APPLICATION_JSON: '{
SPRING_APPLICATION_JSON: '{
"origins": "http://localhost",
"origins": "http://localhost",
@@ -133,7 +133,7 @@ services:
@@ -133,7 +133,7 @@ services:
build:
build:
context: ../../org.etsi.osl.mano/
context: ../../org.etsi.osl.mano/
dockerfile: Dockerfile
dockerfile: Dockerfile
image: org.etsi.osl.mano:latest
image: labs.etsi.org:5050/osl/code/org.etsi.osl.mano:develop
environment:
environment:
SPRING_APPLICATION_JSON: '{
SPRING_APPLICATION_JSON: '{
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
@@ -159,7 +159,7 @@ services:
@@ -159,7 +159,7 @@ services:
build:
build:
context: ../../org.etsi.osl.bugzilla/
context: ../../org.etsi.osl.bugzilla/
dockerfile: Dockerfile
dockerfile: Dockerfile
image: org.etsi.osl.bugzilla:latest
image: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla:develop
environment:
environment:
SPRING_APPLICATION_JSON: '{
SPRING_APPLICATION_JSON: '{
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
@@ -185,7 +185,7 @@ services:
@@ -185,7 +185,7 @@ services:
build:
build:
context: ../../org.etsi.osl.tmf.api/
context: ../../org.etsi.osl.tmf.api/
dockerfile: Dockerfile
dockerfile: Dockerfile
image: org.etsi.osl.tmf.api:latest
image: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api:develop
environment:
environment:
SPRING_APPLICATION_JSON: '{
SPRING_APPLICATION_JSON: '{
"origins": "http://localhost",
"origins": "http://localhost",
@@ -226,7 +226,7 @@ services:
@@ -226,7 +226,7 @@ services:
build:
build:
context: ../../org.etsi.osl.osom/
context: ../../org.etsi.osl.osom/
dockerfile: Dockerfile
dockerfile: Dockerfile
image: org.etsi.osl.osom:latest
image: labs.etsi.org:5050/osl/code/org.etsi.osl.osom:develop
environment:
environment:
SPRING_APPLICATION_JSON: '{
SPRING_APPLICATION_JSON: '{
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
@@ -252,7 +252,7 @@ services:
@@ -252,7 +252,7 @@ services:
build:
build:
context: ../../org.etsi.osl.oas/
context: ../../org.etsi.osl.oas/
dockerfile: Dockerfile
dockerfile: Dockerfile
image: org.etsi.osl.oas:latest
image: labs.etsi.org:5050/osl/code/org.etsi.osl.oas:develop
environment:
environment:
SPRING_APPLICATION_JSON: '{
SPRING_APPLICATION_JSON: '{
"origins": "http://localhost",
"origins": "http://localhost",
@@ -289,7 +289,7 @@ services:
@@ -289,7 +289,7 @@ services:
build:
build:
context: ../../org.etsi.osl.cridge/
context: ../../org.etsi.osl.cridge/
dockerfile: Dockerfile
dockerfile: Dockerfile
image: org.etsi.osl.cridge:latest
image: labs.etsi.org:5050/osl/code/org.etsi.osl.cridge:develop
environment:
environment:
SPRING_APPLICATION_JSON: '{
SPRING_APPLICATION_JSON: '{
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
@@ -328,7 +328,7 @@ services:
@@ -328,7 +328,7 @@ services:
build:
build:
context: ../../org.etsi.osl.centrallog.service/
context: ../../org.etsi.osl.centrallog.service/
dockerfile: Dockerfile
dockerfile: Dockerfile
image: org.etsi.osl.centrallog.service:latest
image: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service:develop
environment:
environment:
SPRING_APPLICATION_JSON: '{
SPRING_APPLICATION_JSON: '{
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
"spring.activemq.brokerUrl": "tcp://anartemis:61616?jms.watchTopicAdvisories=false",
Loading