We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab4cfe commit 5a95f82Copy full SHA for 5a95f82
hbase/Dockerfile
@@ -140,7 +140,7 @@ ARG DELETE_CACHES="true"
140
# does not work, so please ignore the according warning (SC2016).
141
COPY --chown=${STACKABLE_USER_UID}:0 hbase/stackable/bin/hbck2.env /stackable/bin/
142
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/
+COPY --chown=${STACKABLE_USER_UID}:0 --chmod u+x hbase/stackable/bin/hbase-entrypoint.sh /stackable/bin/
144
145
USER ${STACKABLE_USER_UID}
146
WORKDIR /stackable
hbase/stackable/bin/hbase-entrypoint.sh
100644
100755
0 commit comments