File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Fixed
8+
9+ - nifi: reduce docker image size by removing the recursive chown/chmods in the final image ([ #1027 ] ).
10+
11+ [ #1027 ] : https://github.com/stackabletech/docker-images/pull/1027
12+
713### Added
814
915- airflow: Add OPA support to Airflow ([ #978 ] ).
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ ln -s /stackable/stackable-bcrypt.jar /bin/stackable-bcrypt.jar
107107EOF
108108
109109# ----------------------------------------
110- # Attention: We are changing the group of all files in /stackable directly above
110+ # Attention:
111111# If you do any file based actions (copying / creating etc.) below this comment you
112112# absolutely need to make sure that the correct permissions are applied!
113113# chown ${STACKABLE_USER_UID}:0
You can’t perform that action at this time.
0 commit comments