We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96138a2 commit 651c058Copy full SHA for 651c058
2 files changed
java-devel/Dockerfile
@@ -54,4 +54,4 @@ ENV JAVA_HOME=/usr/lib/jvm/jre-${PRODUCT}
54
# disables the vulnerable feature
55
ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
56
57
-COPY --chown=stackable:stackable shared/maven/settings.xml /stackable/.m2/
+# COPY --chown=stackable:stackable shared/maven/settings.xml /stackable/.m2/
stackable-base/Dockerfile
@@ -136,4 +136,4 @@ LABEL org.opencontainers.image.source="https://github.com/stackabletech/docker-i
136
LABEL org.opencontainers.image.vendor="Stackable GmbH"
137
LABEL org.opencontainers.image.licenses="Apache-2.0"
138
139
-COPY --chown=stackable:stackable shared/npm/.npmrc /stackable/.npmrc
+# COPY --chown=stackable:stackable shared/npm/.npmrc /stackable/.npmrc
0 commit comments