UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Unverified Commit 482850dc authored by Simeranjeet Sandhu's avatar Simeranjeet Sandhu
Browse files

Fixing build image stage errors

parent 9b8180b3
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1174375 passed with warnings
......@@ -43,9 +43,9 @@ RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as runner
#COPY --from=base /usr/lib/jvm/openjdk-15/ /usr/lib/jvm/openjdk-15/
COPY --from=base ${DEPENDENCY}/BOOT-INF/lib /app/lib
COPY --from=base ${DEPENDENCY}/META-INF /app/META-INF
COPY --from=base ${DEPENDENCY}/BOOT-INF/classes /app
COPY --from=base /home/maven/target/dependency/BOOT-INF/lib /app/lib
COPY --from=base /home/maven/target/dependency/META-INF /app/META-INF
COPY --from=base /home/maven/target/dependency/BOOT-INF/classes /app
#RUN dnf update -y && \
# dnf install -y java-devel && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment