UNCLASSIFIED - NO CUI

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

Fixing build image stage errors

parent 22f72de7
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168867 failed
......@@ -35,8 +35,6 @@ RUN echo ">>>>>>>>COPYING DEPS<<<<<<<<<" && \
echo "listing contents of target/dep dir" && \
ls -al
RUN cd testing-dir
#RUN dnf update -y && \
# dnf install -y java-devel && \
# dnf clean all && \
......@@ -44,9 +42,6 @@ RUN cd testing-dir
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as runner
#ENV JAVA_HOME /usr/lib/jvm/openjdk-17/
#ENV PATH $JAVA_HOME/bin:$PATH
#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
......
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