From: Manoop Talasila Date: Fri, 15 Nov 2019 21:28:50 +0000 (-0500) Subject: Add DockerFile X-Git-Tag: 0.0.1^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=81431864389ebbd76b1301f54fed9dacc5be841e;p=ric-app%2Fml.git Add DockerFile Issue-Id: RICAPP-4 Signed-off-by: Manoop Talasila Change-Id: Ib7c8982fe5b8302e7025f4feb0782fa59bce8964 --- diff --git a/AcumosXappAdapter/Dockerfile b/AcumosXappAdapter/Dockerfile new file mode 100644 index 0000000..564dc20 --- /dev/null +++ b/AcumosXappAdapter/Dockerfile @@ -0,0 +1,17 @@ +FROM python:3.7-stretch + +WORKDIR /tmp + +ARG RMR_VER=1.9.1 +RUN wget -nv --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMR_VER}_amd64.deb/download.deb +RUN dpkg -i rmr_${RMR_VER}_amd64.deb + +RUN pip install rmr request + +ADD rmracumosadapter.py /tmp + +CMD ["python", "rmracumosadapter.py"] + + + + diff --git a/AcumosXappAdapter/container-tag.yaml b/AcumosXappAdapter/container-tag.yaml new file mode 100644 index 0000000..34b5af2 --- /dev/null +++ b/AcumosXappAdapter/container-tag.yaml @@ -0,0 +1,16 @@ +--- +# Copyright (c) 2019 AT&T Intellectual Property. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +tag: 0.0.1 diff --git a/INFO.yaml b/INFO.yaml index d9b278e..68af84a 100644 --- a/INFO.yaml +++ b/INFO.yaml @@ -46,7 +46,7 @@ committers: - name: 'Guy Jacobson' email: 'gj2418@att.com' company: 'ATT' - id: 'gj2418' + id: 'guyjacobson' timezone: 'America/New_York' tsc: approval: 'https://lists.o-ran-sc.org/g/toc'