X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=integration_tests%2Ftestxappcode%2FDockerfile-query-receiver;fp=integration_tests%2Ftestxappcode%2FDockerfile-query-receiver;h=9b83c9bfce047b801281f7ce8aa2a2a72068bbcf;hb=102b89592db01d8361a754c11a85699e5d2e965c;hp=20fb08231854f5b9fb5d8525571d5953b4d9828f;hpb=4014a85d3cc546bf39ffa64c5cfe6e21944d2afb;p=ric-plt%2Fa1.git diff --git a/integration_tests/testxappcode/Dockerfile-query-receiver b/integration_tests/testxappcode/Dockerfile-query-receiver index 20fb082..9b83c9b 100644 --- a/integration_tests/testxappcode/Dockerfile-query-receiver +++ b/integration_tests/testxappcode/Dockerfile-query-receiver @@ -16,8 +16,7 @@ # ================================================================================== # This Dockerfile uses a two stage Docker build - -FROM nexus3.o-ran-sc.org:10004/bldr-alpine3-go:1-rmr1.13.1 +FROM nexus3.o-ran-sc.org:10004/bldr-alpine3-go:3-rmr-si95-nng-3.6.1 # go will complain if there is a go.mod at the root of the GOPATH so we can't. RUN mkdir myxapp @@ -33,8 +32,7 @@ RUN go build -a -installsuffix cgo -o receiver receiver.go # 2nd stage FROM alpine:3.11 -COPY --from=0 /usr/local/lib64/libnng.so* /usr/local/lib64/ -COPY --from=0 /usr/local/lib64/librmr_nng* /usr/local/lib64/ +COPY --from=0 /usr/local/lib64/librmr_si.so* /usr/local/lib64/ COPY --from=0 /go/myxapp/receiver . COPY query-config-file.yaml .