051da85fe1c938a4117023bf08daa806f4f46db9
[sim/o1-interface.git] / ntsimulator / nts-ng-docker-image-build-ubuntu.yaml
1 #
2 # Copyright 2020 highstreet technologies GmbH and others
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 version: "2.4"
17 services:
18   ###################################################
19   ####### Base docker image containing the framework
20   ###################################################
21   nts-ng-base:
22     image: o-ran-sc/nts-ng-base
23     build: 
24       context: .
25       dockerfile: ./deploy/base/ubuntu.Dockerfile
26   
27   ###################################################
28   ####### NTS-NG Manager
29   ###################################################
30   nts-ng-manager:
31     image: o-ran-sc/nts-ng-manager
32     build:
33       context: ./deploy/nts-manager
34       dockerfile: ubuntu.Dockerfile
35       args: 
36         - BUILD_DATE
37
38   ###################################################
39   ####### O-RAN FH
40   ###################################################
41   nts-ng-o-ran-fh:
42     image: o-ran-sc/nts-ng-o-ran-fh
43     build:
44       context: ./deploy/o-ran
45       dockerfile: ubuntu.Dockerfile
46       args: 
47         - BUILD_DATE
48
49   ###################################################
50   ####### X-RAN
51   ###################################################
52   nts-ng-x-ran:
53     image: o-ran-sc/nts-ng-x-ran
54     build:
55       context: ./deploy/x-ran
56       dockerfile: ubuntu.Dockerfile
57       args: 
58         - BUILD_DATE