Skip to content

Commit

Permalink
Adding cx-flow jar to the build agent images
Browse files Browse the repository at this point in the history
  • Loading branch information
nleach999 committed Dec 18, 2019
1 parent 90dd888 commit 5144cc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions JenkinsDemoInstance/cluster/Dockerfile-agent-jdk11
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ ENV AGENT_TAG=jdk11
COPY agent_entry.sh /
COPY logging.properties /

COPY --from=checkmarxts/cxflow:latest /*.jar /

RUN chmod +x /agent_entry.sh && \
mkdir /workspace && \
chmod ugo+rwx /workspace
Expand Down
3 changes: 2 additions & 1 deletion JenkinsDemoInstance/cluster/Dockerfile-agent-jdk8
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ ENV AGENT_TAG=jdk8
COPY agent_entry.sh /
COPY logging.properties /

COPY --from=checkmarxts/cxflow:latest /*.jar /

RUN chmod +x /agent_entry.sh && \
mkdir /workspace && \
chmod ugo+rwx /workspace


ENTRYPOINT ["/agent_entry.sh"]

0 comments on commit 5144cc9

Please sign in to comment.