X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ntsimulator%2Fnts-ng-docker-image-build-ubuntu.yaml;h=e351e4b2e6a4d55591d5d0767bd6b1eb670cdc45;hb=refs%2Fchanges%2F90%2F11090%2F1;hp=35cb1bafce9f737a1e6459ef1898081d8324985d;hpb=aa9d6d99237739f2a07ee37774c1b815768f0596;p=sim%2Fo1-interface.git diff --git a/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml b/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml index 35cb1ba..e351e4b 100644 --- a/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml +++ b/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml @@ -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 @@ -98,3 +100,16 @@ services: 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