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
115
115
chmod -R g=u /stackable
116
116
EOF
117
117
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
+
118
125
USER ${STACKABLE_USER_UID}
119
126
WORKDIR /stackable
120
127
Original file line number Diff line number Diff line change @@ -126,6 +126,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
126
126
chmod -R g=u /stackable
127
127
EOF
128
128
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
+
129
136
USER ${STACKABLE_USER_UID}
130
137
ENV PATH="${PATH}" :/stackable/druid/bin
131
138
Original file line number Diff line number Diff line change 177
177
178
178
COPY hadoop/licenses /licenses
179
179
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
+
180
187
USER ${STACKABLE_USER_UID}
181
188
182
189
ENV HOME=/stackable
Original file line number Diff line number Diff line change @@ -360,6 +360,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
360
360
chmod -R g=u /stackable
361
361
EOF
362
362
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
+
363
370
USER ${STACKABLE_USER_UID}
364
371
ENV HBASE_CONF_DIR=/stackable/hbase/conf
365
372
ENV HOME=/stackable
Original file line number Diff line number Diff line change @@ -28,6 +28,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
28
28
chmod -R g=u /stackable
29
29
EOF
30
30
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
+
31
38
USER ${STACKABLE_USER_UID}
32
39
WORKDIR /stackable
33
40
Original file line number Diff line number Diff line change 142
142
COPY --chown=${STACKABLE_USER_UID}:0 --from=hive-builder /stackable/jmx /stackable/jmx
143
143
COPY hive/licenses /licenses
144
144
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
+
145
152
USER ${STACKABLE_USER_UID}
146
153
147
154
ENV 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
84
84
chmod -R g=u /stackable
85
85
EOF
86
86
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
+
87
94
USER ${STACKABLE_USER_UID}
88
95
89
96
ENV 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
129
129
chmod -R g=u /stackable
130
130
EOF
131
131
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
+
132
139
USER ${STACKABLE_USER_UID}
133
140
134
141
ENV HOME=/stackable
Original file line number Diff line number Diff line change @@ -101,6 +101,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
101
101
chmod -R g=u /stackable
102
102
EOF
103
103
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
+
104
111
USER ${STACKABLE_USER_UID}
105
112
WORKDIR /stackable/omid-tso-server
106
113
Original file line number Diff line number Diff line change @@ -118,6 +118,13 @@ chown -R ${STACKABLE_USER_UID}:0 /stackable
118
118
chmod -R g=u /stackable
119
119
EOF
120
120
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
+
121
128
USER ${STACKABLE_USER_UID}
122
129
WORKDIR /stackable/opa
123
130
You can’t perform that action at this time.
0 commit comments