Skip to content

Commit 56650ca

Browse files
committed
test cov: fixed Docker vars
1 parent ff24da9 commit 56650ca

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/tar/src/main/container/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ ARG JACOCO_ENABLED=false
2020
ENV JACOCO_ENABLED=${JACOCO_ENABLED}
2121
# Copy both the agent and the cli
2222
ENV 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
6363
COPY run.sh /run.sh
6464
COPY 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....

0 commit comments

Comments
 (0)