X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=ntsimulator%2Fnts-ng-docker-image-build-ubuntu.yaml;h=35cb1bafce9f737a1e6459ef1898081d8324985d;hb=aa9d6d99237739f2a07ee37774c1b815768f0596;hp=65e4973e2d3f992faf7f471cf7b06b9dc29e3975;hpb=aaa4855464a13631c874dd9893e288f210d60124;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 65e4973..35cb1ba 100644 --- a/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml +++ b/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml @@ -89,3 +89,12 @@ services: 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