X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fnts-ng-docker-image-build-ubuntu.yaml;fp=ntsimulator%2Fnts-ng-docker-image-build-ubuntu.yaml;h=c86d3873a6be883fa2b2b3923a9759751becfdfe;hp=35cb1bafce9f737a1e6459ef1898081d8324985d;hb=ca12df7f8e86bd790e691a6db62f78760bb03f19;hpb=d63ca23f62b2a285acedd4b293949f8aad87f00d diff --git a/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml b/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml index 35cb1ba..c86d387 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 ################################################### @@ -98,3 +98,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