File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ All notable changes to this project will be documented in this file.
67
67
- nifi: update patch allowing to bypass host header validation starting with NiFi 2.4.0 ([ #1125 ] ).
68
68
- BREAKING: kcat: Stop building kcat image ([ #1124 ] ).
69
69
- containerdebug updated to 0.2.0 ([ #1128 ] )
70
+ - Build Hadoop as ` stackable ` and configure the Stackable Nexus build-repo for the ` root ` user ([ #1133 ] )
70
71
71
72
### Fixed
72
73
@@ -150,6 +151,7 @@ All notable changes to this project will be documented in this file.
150
151
[ #1126 ] : https://github.com/stackabletech/docker-images/pull/1126
151
152
[ #1127 ] : https://github.com/stackabletech/docker-images/pull/1127
152
153
[ #1128 ] : https://github.com/stackabletech/docker-images/pull/1128
154
+ [ #1133 ] : https://github.com/stackabletech/docker-images/pull/1133
153
155
154
156
## [ 25.3.0] - 2025-03-21
155
157
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ chmod -x "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar"
58
58
ln -s "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar" /stackable/jmx/jmx_prometheus_javaagent.jar
59
59
EOF
60
60
61
+ USER ${STACKABLE_USER_UID}
61
62
WORKDIR /build
62
63
COPY --chown=${STACKABLE_USER_UID}:0 hadoop/stackable/patches/patchable.toml /build/src/hadoop/stackable/patches/patchable.toml
63
64
COPY --chown=${STACKABLE_USER_UID}:0 hadoop/stackable/patches/${PRODUCT} /build/src/hadoop/stackable/patches/${PRODUCT}
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ RUN microdnf update && \
61
61
ENV JAVA_HOME="/usr/lib/jvm/temurin-${PRODUCT}-jdk"
62
62
63
63
COPY --chown=${STACKABLE_USER_UID}:0 java-devel/stackable/settings.xml /stackable/.m2/settings.xml
64
+ COPY --chown=${STACKABLE_USER_UID}:0 java-devel/stackable/settings.xml /root/.m2/settings.xml
64
65
65
66
# Mitigation for CVE-2021-44228 (Log4Shell)
66
67
# This variable is supported as of Log4j version 2.10 and
You can’t perform that action at this time.
0 commit comments