File tree Expand file tree Collapse file tree 16 files changed +127
-6
lines changed Expand file tree Collapse file tree 16 files changed +127
-6
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
115115chmod -R g=u /stackable
116116EOF
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+
118125USER ${STACKABLE_USER_UID}
119126WORKDIR /stackable
120127
Original file line number Diff line number Diff line change @@ -126,6 +126,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
126126chmod -R g=u /stackable
127127EOF
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+
129136USER ${STACKABLE_USER_UID}
130137ENV PATH="${PATH}" :/stackable/druid/bin
131138
Original file line number Diff line number Diff line change 177177
178178COPY 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+
180187USER ${STACKABLE_USER_UID}
181188
182189ENV HOME=/stackable
Original file line number Diff line number Diff line change @@ -360,6 +360,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
360360chmod -R g=u /stackable
361361EOF
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+
363370USER ${STACKABLE_USER_UID}
364371ENV HBASE_CONF_DIR=/stackable/hbase/conf
365372ENV HOME=/stackable
Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
2828chmod -R g=u /stackable
2929EOF
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+
3138USER ${STACKABLE_USER_UID}
3239WORKDIR /stackable
3340
Original file line number Diff line number Diff line change 142142COPY --chown=${STACKABLE_USER_UID}:0 --from=hive-builder /stackable/jmx /stackable/jmx
143143COPY 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+
145152USER ${STACKABLE_USER_UID}
146153
147154ENV HADOOP_HOME=/stackable/hadoop
Original file line number Diff line number Diff line change @@ -84,6 +84,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
8484chmod -R g=u /stackable
8585EOF
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+
8794USER ${STACKABLE_USER_UID}
8895
8996ENV PATH="${PATH}:/stackable/bin:/stackable/kafka/bin"
Original file line number Diff line number Diff line change @@ -129,6 +129,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
129129chmod -R g=u /stackable
130130EOF
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+
132139USER ${STACKABLE_USER_UID}
133140
134141ENV HOME=/stackable
Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
101101chmod -R g=u /stackable
102102EOF
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+
104111USER ${STACKABLE_USER_UID}
105112WORKDIR /stackable/omid-tso-server
106113
Original file line number Diff line number Diff line change @@ -118,6 +118,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
118118chmod -R g=u /stackable
119119EOF
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+
121128USER ${STACKABLE_USER_UID}
122129WORKDIR /stackable/opa
123130
You can’t perform that action at this time.
0 commit comments