X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2FDockerfile-Bombard;h=d18a649f6e094b23c3a93df5fa1e98dc16e457cf;hb=fdf050451414e1a816e343bcd56f33186a742e49;hp=840052f0bfb1b6f05698bd8d53d446f443bf285a;hpb=438a0a662e2e67af7f248f9715b54f92efc4a80c;p=ric-plt%2Fa1.git diff --git a/integration_tests/Dockerfile-Bombard b/integration_tests/Dockerfile-Bombard index 840052f..d18a649 100644 --- a/integration_tests/Dockerfile-Bombard +++ b/integration_tests/Dockerfile-Bombard @@ -14,14 +14,17 @@ # See the License for the specific language governing permissions and # limitations under the License. # ================================================================================== - -FROM nexus3.o-ran-sc.org:10004/bldr-debian-python-nng:2-py3.7-nng1.1.1 +# TODO: switch to alpine once rmr apk available +FROM python3.7 COPY bombard.py / -# Install RMr -RUN wget --content-disposition https://packagecloud.io/o-ran-sc/master/packages/debian/stretch/rmr_1.0.34_amd64.deb/download.deb -RUN dpkg -i rmr_1.0.34_amd64.deb +# 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 + +# 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