Implement GET and /healthcheck
[ric-plt/a1.git] / integration_tests / Dockerfile-Bombard
index 83ad4bd..d18a649 100644 (file)
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 # ==================================================================================
-FROM python:3.7
+# TODO: switch to alpine once rmr apk available
+FROM python3.7
 
-ADD bombard.py /
+COPY bombard.py /
 
-# Install RMR
-RUN apt-get update && apt-get install -y gcc git cmake
-RUN git clone https://gerrit.oran-osc.org/r/ric-plt/lib/rmr
-WORKDIR rmr
-RUN git checkout a012cf63dfdad3656c995cb06c316fd208c63b98
-RUN mkdir .build; cd .build; cmake ..; make install
+# copy NNG out of the  CI builder nng
+COPY --from=nexus3.o-ran-sc.org:10004/bldr-debian-python-nng:2-py3.7-nng1.1.1 /usr/local/lib/libnng.so /usr/local/lib/libnng.so
 
-# Install python-rmr
-RUN pip install --upgrade pip 
+# Installs RMr using debian package hosted at packagecloud.io
+RUN wget --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr_1.0.36_amd64.deb/download.deb
+RUN dpkg -i rmr_1.0.36_amd64.deb
+
+# Install RMr python bindings
+RUN pip install --upgrade pip
 RUN pip install rmr==0.10.1
 
 # rmr setups