File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -53,3 +53,5 @@ ENV JAVA_HOME=/usr/lib/jvm/jre-${PRODUCT}
5353# This variable is supported as of Log4j version 2.10 and
5454# disables the vulnerable feature
5555ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
56+
57+ COPY --chown=stackable:stackable shared/maven/settings.xml /stackable/.m2/
Original file line number Diff line number Diff line change 33 "extends" : [
44 " local>stackabletech/.github:renovate-config" ,
55 " docker:pinDigests"
6+ ],
7+ "packageRules" : [
8+ {
9+ "matchDatasources" : [
10+ " docker"
11+ ],
12+ "registryUrls" : [
13+ " https://registry.access.redhat.com"
14+ ],
15+ "packagePatterns" : [
16+ " ^ubi9/ubi-minimal$"
17+ ],
18+ "updateTypes" : [
19+ " version"
20+ ]
21+ }
622 ]
723}
Original file line number Diff line number Diff line change @@ -135,3 +135,5 @@ LABEL org.opencontainers.image.url="https://stackable.tech"
135135LABEL org.opencontainers.image.source="https://github.com/stackabletech/docker-images/"
136136LABEL org.opencontainers.image.vendor="Stackable GmbH"
137137LABEL org.opencontainers.image.licenses="Apache-2.0"
138+
139+ COPY --chown=stackable:stackable shared/npm/.npmrc /stackable/.npmrc
You can’t perform that action at this time.
0 commit comments