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=35cb1bafce9f737a1e6459ef1898081d8324985d;hb=2a5acd3266126317ea201b55cddf0fb05089588c;hp=65e4973e2d3f992faf7f471cf7b06b9dc29e3975;hpb=6d03d77e2110c880c63c8716385d2b936ccc4b78;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