Skip to content

Commit 3e14c48

Browse files
committed
move hbck2.env to hbase-operator-tools
1 parent 1950f63 commit 3e14c48

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

hbase/hbase-operator-tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/
2525
COPY --chown=${STACKABLE_USER_UID}:0 hbase/hbase-operator-tools/stackable/patches/patchable.toml /stackable/src/hbase/hbase-operator-tools/stackable/patches/patchable.toml
2626
COPY --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}
2727
COPY --chown=${STACKABLE_USER_UID}:0 hbase/hbase/stackable/bin/hbase-entrypoint.sh /stackable/bin/
File renamed without changes.

0 commit comments

Comments
 (0)