Skip to content

Commit d03afe7

Browse files
Update templated files to rev 1c43a92 (#300)
* Generated commit to update templated files based on rev 1c43a92 in stackabletech/operator-templating repo. Original commit message: Added an environment variable to disable lookups in log4j strings. (#32) This is in order to protect against Log4Shell (CVE-2021-44228). * Github Actions: Generated k8s manifest files Co-authored-by: Stacky McStackface <[email protected]>
1 parent 0c3648a commit d03afe7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ RUN groupadd -g 1000 stackable && adduser -u 1000 -g stackable -c 'Stackable Ope
2020

2121
USER 1000:1000
2222

23+
# Mitigate CVE-2021-44228 (Log4Shell)
24+
ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true
25+
2326
ENTRYPOINT ["/stackable-zookeeper-operator"]

0 commit comments

Comments
 (0)