Skip to content

Commit 8b3c3c6

Browse files
authored
fix: hbase-entrypoint.sh chmod arg (#911)
1 parent 5a95f82 commit 8b3c3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ ARG DELETE_CACHES="true"
140140
# does not work, so please ignore the according warning (SC2016).
141141
COPY --chown=${STACKABLE_USER_UID}:0 hbase/stackable/bin/hbck2.env /stackable/bin/
142142
COPY --chown=${STACKABLE_USER_UID}:0 hbase/stackable/patches /stackable/patches
143-
COPY --chown=${STACKABLE_USER_UID}:0 --chmod u+x hbase/stackable/bin/hbase-entrypoint.sh /stackable/bin/
143+
COPY --chown=${STACKABLE_USER_UID}:0 --chmod=755 hbase/stackable/bin/hbase-entrypoint.sh /stackable/bin/
144144

145145
USER ${STACKABLE_USER_UID}
146146
WORKDIR /stackable

0 commit comments

Comments
 (0)