Skip to content

Commit 5a95f82

Browse files
authored
fix: make hbase-entrypoint.sh executable (#909)
1 parent 3ab4cfe commit 5a95f82

File tree

2 files changed

+1
-1
lines changed

2 files 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 hbase/stackable/bin/hbase-entrypoint.sh /stackable/bin/
143+
COPY --chown=${STACKABLE_USER_UID}:0 --chmod u+x hbase/stackable/bin/hbase-entrypoint.sh /stackable/bin/
144144

145145
USER ${STACKABLE_USER_UID}
146146
WORKDIR /stackable

hbase/stackable/bin/hbase-entrypoint.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)