File tree Expand file tree Collapse file tree
hbase/hbase-operator-tools Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ARG DELETE_CACHES="true"
2121# The variable names are intentionally passed to envsubst in single-quotes,
2222# so that they are not expanded. Disabling ShellCheck rules in a Dockerfile
2323# does not work, so please ignore the according warning (SC2016).
24- COPY --chown=${STACKABLE_USER_UID}:0 hbase/hbase/stackable/bin/hbck2.env /stackable/bin/
24+ COPY --chown=${STACKABLE_USER_UID}:0 hbase/hbase-operator-tools /stackable/bin/hbck2.env /stackable/bin/
2525COPY --chown=${STACKABLE_USER_UID}:0 hbase/hbase-operator-tools/stackable/patches/patchable.toml /stackable/src/hbase/hbase-operator-tools/stackable/patches/patchable.toml
2626COPY --chown=${STACKABLE_USER_UID}:0 hbase/hbase-operator-tools/stackable/patches/${HBASE_OPERATOR_TOOLS_VERSION} /stackable/src/hbase/hbase-operator-tools/stackable/patches/${HBASE_OPERATOR_TOOLS_VERSION}
2727COPY --chown=${STACKABLE_USER_UID}:0 hbase/hbase/stackable/bin/hbase-entrypoint.sh /stackable/bin/
File renamed without changes.
You can’t perform that action at this time.
0 commit comments