Merge "Update Dmaap topic"
[nonrtric.git] / dmaap-mediator-producer / Dockerfile
index ffc1794..1c7f45c 100644 (file)
@@ -20,7 +20,7 @@
 ##
 ## Build
 ##
-FROM golang:1.17-bullseye AS build
+FROM nexus3.o-ran-sc.org:10001/golang:1.17-bullseye AS build
 WORKDIR /app
 COPY go.mod .
 COPY go.sum .
@@ -35,5 +35,6 @@ WORKDIR /
 ## Copy from "build" stage
 COPY --from=build /dmaapmediatorproducer .
 COPY --from=build /app/configs/* /configs/
+COPY --from=build /app/security/* /security/
 USER nonroot:nonroot
 ENTRYPOINT ["/dmaapmediatorproducer"]