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;h=23ea07dd952a863bf45b6589530ab3b15b5fa1fb;hp=051da85fe1c938a4117023bf08daa806f4f46db9;hb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;hpb=312a154cc4d60a09596fba8fd1259345e048cdc2 diff --git a/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml b/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml index 051da85..23ea07d 100644 --- a/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml +++ b/ntsimulator/nts-ng-docker-image-build-ubuntu.yaml @@ -19,7 +19,7 @@ services: ####### Base docker image containing the framework ################################################### nts-ng-base: - image: o-ran-sc/nts-ng-base + image: ${DOCKER_REPO}nts-ng-base build: context: . dockerfile: ./deploy/base/ubuntu.Dockerfile @@ -28,31 +28,53 @@ services: ####### NTS-NG Manager ################################################### nts-ng-manager: - image: o-ran-sc/nts-ng-manager + image: ${DOCKER_REPO}nts-ng-manager:${NTS_BUILD_VERSION} build: context: ./deploy/nts-manager - dockerfile: ubuntu.Dockerfile - args: - - BUILD_DATE + labels: + - "description=nts-ng" + dockerfile: local.Dockerfile + + ################################################### + ####### X-RAN + ################################################### + nts-ng-x-ran: + image: ${DOCKER_REPO}nts-ng-x-ran:${NTS_BUILD_VERSION} + build: + context: ./deploy/x-ran + labels: + - "description=nts-ng" + dockerfile: local.Dockerfile ################################################### ####### O-RAN FH ################################################### nts-ng-o-ran-fh: - image: o-ran-sc/nts-ng-o-ran-fh + image: ${DOCKER_REPO}nts-ng-o-ran-fh:${NTS_BUILD_VERSION} build: context: ./deploy/o-ran - dockerfile: ubuntu.Dockerfile - args: - - BUILD_DATE + labels: + - "description=nts-ng" + dockerfile: local.Dockerfile ################################################### - ####### X-RAN + ####### O-RAN RU FH November Train ################################################### - nts-ng-x-ran: - image: o-ran-sc/nts-ng-x-ran + nts-ng-o-ran-ru-fh: + image: ${DOCKER_REPO}nts-ng-o-ran-ru-fh:${NTS_BUILD_VERSION} build: - context: ./deploy/x-ran - dockerfile: ubuntu.Dockerfile - args: - - BUILD_DATE + context: ./deploy/o-ran-ru-fh + labels: + - "description=nts-ng" + dockerfile: local.Dockerfile + + ################################################### + ####### O-RAN DU + ################################################### + nts-ng-o-ran-du: + image: ${DOCKER_REPO}nts-ng-o-ran-du:${NTS_BUILD_VERSION} + build: + context: ./deploy/o-ran-du + labels: + - "description=nts-ng" + dockerfile: local.Dockerfile