UNCLASSIFIED - NO CUI

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

Fixing Build Image errors. Dockerfile modified

parent 3a0e4f90
No related branches found
No related tags found
2 merge requests!22Master,!21elrr-agg-code-commit to development
Pipeline #1168224 failed
......@@ -8,11 +8,13 @@ USER 0
RUN pwd && \
ls -al
RUN echo "copying packaged aggregator source code"
COPY elrraggregator-1.0.tar.gz .
RUN pwd && \
echo "extracting aggregator source code" && \
tar -xvf ./elrraggregator-1.0.tar.gz --strip-components=1 && \
echo "listing directory contents" && \
ls -al &&\
#echo "running maven build" && \
#mvn clean install -e -Dmaven.test.skip=true && \
......
......@@ -41,7 +41,7 @@ resources:
maintainers:
- email: "simeransandhu@deloitte.com"
name: "Simeranjeet Sandhu"
username: "sammy-sandhu"
username: "ssandhu"
- email: "micson@deloitte.com"
name: "Michael Son"
username: "micson-us"
......
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