Skip to content

Commit 5ea24ca

Browse files
committed
Add a motivation comment for containerdebug
1 parent e28e6a6 commit 5ea24ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stackable-base/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,11 @@ EOF
196196

197197
COPY --from=config-utils --chown=${STACKABLE_USER_UID}:0 /config-utils/target/release/config-utils /stackable/config-utils
198198
COPY --from=config-utils --chown=${STACKABLE_USER_UID}:0 /config-utils/config-utils_bin.cdx.xml /stackable/config-utils.cdx.xml
199+
200+
# **containerdebug**
201+
# Debug tool that logs generic system information.
199202
COPY --from=containerdebug --chown=${STACKABLE_USER_UID}:0 /containerdebug/target/release/containerdebug /stackable/containerdebug
203+
200204
ENV PATH="${PATH}:/stackable"
201205

202206
# These labels have mostly been superceded by the OpenContainer spec annotations below but it doesn't hurt to include them

0 commit comments

Comments
 (0)