Skip to content

Commit 00f0ad1

Browse files
committed
adapt changelog
1 parent e6e2949 commit 00f0ad1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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]).

nifi/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ln -s /stackable/stackable-bcrypt.jar /bin/stackable-bcrypt.jar
107107
EOF
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

0 commit comments

Comments
 (0)