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 19782d3 commit b0243fdCopy full SHA for b0243fd
druid/Dockerfile
@@ -146,6 +146,9 @@ RUN <<EOF
146
/bin/check-permissions-ownership.sh /stackable ${STACKABLE_USER_UID} 0
147
EOF
148
149
+# ----------------------------------------
150
+# Attention: Do not perform any file based actions (copying/creating etc.) below this comment because the permissions would not be checked.
151
+
152
USER ${STACKABLE_USER_UID}
153
ENV PATH="${PATH}":/stackable/druid/bin
154
0 commit comments