We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad032ce commit 7489379Copy full SHA for 7489379
packages/tar/src/main/container/Dockerfile
@@ -17,11 +17,10 @@ FROM almalinux:10-minimal
17
COPY --from=builder /jlink-runtime /jlink-runtime
18
RUN ln -s /jlink-runtime/bin/java /usr/bin/java
19
# Copy both the agent and the cli
20
+ENV DCACHE_INSTALL_DIR=/opt/dcache
21
COPY --from=builder /tmp/jacoco/lib/jacocoagent.jar ${DCACHE_INSTALL_DIR}/share/classes/jacocoagent.jar
22
COPY --from=builder /tmp/jacoco/lib/jacococli.jar ${DCACHE_INSTALL_DIR}/share/classes/jacococli.jar
23
-ENV DCACHE_INSTALL_DIR=/opt/dcache
24
-
25
# Neede by groupadd and useradd
26
# REVISIT: in some environments base OS kernel doesnt allow use of xattrs and the installation of
27
# shadow-utils fails.
0 commit comments