Skip to content

Commit 96138a2

Browse files
committed
WIP
1 parent ad9bb0f commit 96138a2

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

java-devel/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
5555
ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
56+
57+
COPY --chown=stackable:stackable shared/maven/settings.xml /stackable/.m2/

renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,21 @@
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
}

stackable-base/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,5 @@ LABEL org.opencontainers.image.url="https://stackable.tech"
135135
LABEL org.opencontainers.image.source="https://github.com/stackabletech/docker-images/"
136136
LABEL org.opencontainers.image.vendor="Stackable GmbH"
137137
LABEL org.opencontainers.image.licenses="Apache-2.0"
138+
139+
COPY --chown=stackable:stackable shared/npm/.npmrc /stackable/.npmrc

0 commit comments

Comments
 (0)