CI: Update RTD configuration file
[sim/o1-interface.git] / ntsimulator / nts-ng-docker-image-build-ubuntu.yaml
index 23ea07d..e351e4b 100644 (file)
@@ -20,10 +20,10 @@ services:
   ###################################################
   nts-ng-base:
     image: ${DOCKER_REPO}nts-ng-base
-    build: 
+    build:
       context: .
       dockerfile: ./deploy/base/ubuntu.Dockerfile
-  
+
   ###################################################
   ####### NTS-NG Manager
   ###################################################
@@ -67,6 +67,8 @@ services:
       labels:
        - "description=nts-ng"
       dockerfile: local.Dockerfile
+    depends_on:
+      - nts-ng-base
 
   ###################################################
   ####### O-RAN DU
@@ -78,3 +80,36 @@ services:
       labels:
        - "description=nts-ng"
       dockerfile: local.Dockerfile
+
+  ###################################################
+  ####### Blank image
+  ###################################################
+  nts-ng-blank_version_tag:
+    image: ${DOCKER_REPO}nts-ng-blank:${NTS_BUILD_VERSION}
+    build:
+      context: ./deploy/blank
+      labels:
+       - "description=nts-ng"
+      dockerfile: local.Dockerfile
+
+  ###################################################
+  ####### Topology service image
+  ###################################################
+  o-ran-sc-topology-service:
+    image: ${DOCKER_REPO}o-ran-sc-topology-service:${NTS_BUILD_VERSION}
+    build:
+      context: ./deploy/smo-nts-ng-topology-server
+      dockerfile: local.Dockerfile
+
+  ###################################################
+  ####### O-RAN DU
+  ###################################################
+  nts-ng-o-ran-du-rel-18:
+    image: ${DOCKER_REPO}nts-ng-o-ran-du-rel-18:${NTS_BUILD_VERSION}
+    build:
+      context: ./deploy/o-ran-du-rel-18
+      labels:
+       - "description=nts-ng"
+      dockerfile: local.Dockerfile
+    depends_on:
+    - nts-ng-base