Skip to content

Commit f8546fe

Browse files
committed
Add note
1 parent 4287c7e commit f8546fe

File tree

16 files changed

+127
-6
lines changed

16 files changed

+127
-6
lines changed

airflow/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
115115
chmod -R g=u /stackable
116116
EOF
117117

118+
# ----------------------------------------
119+
# Attention: We are changing the group of all files in /stackable directly above
120+
# If you do any file based actions (copying / creating etc.) below this comment you
121+
# absolutely need to make sure that the correct permissions are applied!
122+
# chown ${STACKABLE_USER_UID}:0
123+
# ----------------------------------------
124+
118125
USER ${STACKABLE_USER_UID}
119126
WORKDIR /stackable
120127

druid/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
126126
chmod -R g=u /stackable
127127
EOF
128128

129+
# ----------------------------------------
130+
# Attention: We are changing the group of all files in /stackable directly above
131+
# If you do any file based actions (copying / creating etc.) below this comment you
132+
# absolutely need to make sure that the correct permissions are applied!
133+
# chown ${STACKABLE_USER_UID}:0
134+
# ----------------------------------------
135+
129136
USER ${STACKABLE_USER_UID}
130137
ENV PATH="${PATH}":/stackable/druid/bin
131138

hadoop/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,13 @@ EOF
177177

178178
COPY hadoop/licenses /licenses
179179

180+
# ----------------------------------------
181+
# Attention: We are changing the group of all files in /stackable directly above
182+
# If you do any file based actions (copying / creating etc.) below this comment you
183+
# absolutely need to make sure that the correct permissions are applied!
184+
# chown ${STACKABLE_USER_UID}:0
185+
# ----------------------------------------
186+
180187
USER ${STACKABLE_USER_UID}
181188

182189
ENV HOME=/stackable

hbase/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
360360
chmod -R g=u /stackable
361361
EOF
362362

363+
# ----------------------------------------
364+
# Attention: We are changing the group of all files in /stackable directly above
365+
# If you do any file based actions (copying / creating etc.) below this comment you
366+
# absolutely need to make sure that the correct permissions are applied!
367+
# chown ${STACKABLE_USER_UID}:0
368+
# ----------------------------------------
369+
363370
USER ${STACKABLE_USER_UID}
364371
ENV HBASE_CONF_DIR=/stackable/hbase/conf
365372
ENV HOME=/stackable

hello-world/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
2828
chmod -R g=u /stackable
2929
EOF
3030

31+
# ----------------------------------------
32+
# Attention: We are changing the group of all files in /stackable directly above
33+
# If you do any file based actions (copying / creating etc.) below this comment you
34+
# absolutely need to make sure that the correct permissions are applied!
35+
# chown ${STACKABLE_USER_UID}:0
36+
# ----------------------------------------
37+
3138
USER ${STACKABLE_USER_UID}
3239
WORKDIR /stackable
3340

hive/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ EOF
142142
COPY --chown=${STACKABLE_USER_UID}:0 --from=hive-builder /stackable/jmx /stackable/jmx
143143
COPY hive/licenses /licenses
144144

145+
# ----------------------------------------
146+
# Attention: We are changing the group of all files in /stackable directly above
147+
# If you do any file based actions (copying / creating etc.) below this comment you
148+
# absolutely need to make sure that the correct permissions are applied!
149+
# chown ${STACKABLE_USER_UID}:0
150+
# ----------------------------------------
151+
145152
USER ${STACKABLE_USER_UID}
146153

147154
ENV HADOOP_HOME=/stackable/hadoop

kafka/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
8484
chmod -R g=u /stackable
8585
EOF
8686

87+
# ----------------------------------------
88+
# Attention: We are changing the group of all files in /stackable directly above
89+
# If you do any file based actions (copying / creating etc.) below this comment you
90+
# absolutely need to make sure that the correct permissions are applied!
91+
# chown ${STACKABLE_USER_UID}:0
92+
# ----------------------------------------
93+
8794
USER ${STACKABLE_USER_UID}
8895

8996
ENV PATH="${PATH}:/stackable/bin:/stackable/kafka/bin"

nifi/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
129129
chmod -R g=u /stackable
130130
EOF
131131

132+
# ----------------------------------------
133+
# Attention: We are changing the group of all files in /stackable directly above
134+
# If you do any file based actions (copying / creating etc.) below this comment you
135+
# absolutely need to make sure that the correct permissions are applied!
136+
# chown ${STACKABLE_USER_UID}:0
137+
# ----------------------------------------
138+
132139
USER ${STACKABLE_USER_UID}
133140

134141
ENV HOME=/stackable

omid/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
101101
chmod -R g=u /stackable
102102
EOF
103103

104+
# ----------------------------------------
105+
# Attention: We are changing the group of all files in /stackable directly above
106+
# If you do any file based actions (copying / creating etc.) below this comment you
107+
# absolutely need to make sure that the correct permissions are applied!
108+
# chown ${STACKABLE_USER_UID}:0
109+
# ----------------------------------------
110+
104111
USER ${STACKABLE_USER_UID}
105112
WORKDIR /stackable/omid-tso-server
106113

opa/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
118118
chmod -R g=u /stackable
119119
EOF
120120

121+
# ----------------------------------------
122+
# Attention: We are changing the group of all files in /stackable directly above
123+
# If you do any file based actions (copying / creating etc.) below this comment you
124+
# absolutely need to make sure that the correct permissions are applied!
125+
# chown ${STACKABLE_USER_UID}:0
126+
# ----------------------------------------
127+
121128
USER ${STACKABLE_USER_UID}
122129
WORKDIR /stackable/opa
123130

0 commit comments

Comments
 (0)