File tree Expand file tree Collapse file tree
packages/tar/src/main/container Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ ARG JACOCO_ENABLED=false
2020ENV JACOCO_ENABLED=${JACOCO_ENABLED}
2121# Copy both the agent and the cli
2222ENV DCACHE_INSTALL_DIR=/opt/dcache
23- COPY --from=builder /tmp/jacoco/lib/jacocoagent.jar* ${DCACHE_INSTALL_DIR}/share/classes/
24- COPY --from=builder /tmp/jacoco/lib/jacococli.jar* ${DCACHE_INSTALL_DIR}/share/classes/
23+ COPY --from=builder /tmp/jacoco/lib/jacocoagent.jar* ${DCACHE_INSTALL_DIR}/share/classes/jacocoagent.jar
24+ COPY --from=builder /tmp/jacoco/lib/jacococli.jar* ${DCACHE_INSTALL_DIR}/share/classes/jacococli.jar
2525
2626# Neede by groupadd and useradd
2727# REVISIT: in some environments base OS kernel doesnt allow use of xattrs and the installation of
@@ -63,6 +63,7 @@ COPY exports ${DCACHE_INSTALL_DIR}/etc/exports
6363COPY run.sh /run.sh
6464COPY s3-tape.yml /${DCACHE_INSTALL_DIR}/etc/s3-tape.yml
6565
66+ RUN mkdir -p ${DCACHE_INSTALL_DIR}/var/log/jacoco-dump
6667# where we store the data
6768# location of init scripts
6869# Stupid grid tools....
You can’t perform that action at this time.
0 commit comments