We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991bc0d commit b1d3fdeCopy full SHA for b1d3fde
nifi/Dockerfile
@@ -127,13 +127,13 @@ ln -s /stackable/nifi-${PRODUCT} /stackable/nifi
127
chown --no-dereference ${STACKABLE_USER_UID}:0 /stackable/nifi
128
chmod --recursive g=u /stackable/python
129
chmod --recursive g=u /stackable/bin
130
-chmod g=u /stackable/nifi-2.2.0
+chmod g=u /stackable/nifi-${PRODUCT}
131
EOF
132
133
# ----------------------------------------
134
# Checks
135
# This section is to run final checks to ensure the created final images
136
-# adere to several minimal requirements like:
+# adhere to several minimal requirements like:
137
# - check file permissions and ownerships
138
139
0 commit comments