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}
53
53
# This variable is supported as of Log4j version 2.10 and
54
54
# disables the vulnerable feature
55
55
ENV 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 3
3
"extends" : [
4
4
" local>stackabletech/.github:renovate-config" ,
5
5
" 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
+ }
6
22
]
7
23
}
Original file line number Diff line number Diff line change @@ -135,3 +135,5 @@ LABEL org.opencontainers.image.url="https://stackable.tech"
135
135
LABEL org.opencontainers.image.source="https://github.com/stackabletech/docker-images/"
136
136
LABEL org.opencontainers.image.vendor="Stackable GmbH"
137
137
LABEL 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