We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28e6a6 commit 5ea24caCopy full SHA for 5ea24ca
stackable-base/Dockerfile
@@ -196,7 +196,11 @@ EOF
196
197
COPY --from=config-utils --chown=${STACKABLE_USER_UID}:0 /config-utils/target/release/config-utils /stackable/config-utils
198
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.
202
COPY --from=containerdebug --chown=${STACKABLE_USER_UID}:0 /containerdebug/target/release/containerdebug /stackable/containerdebug
203
204
ENV PATH="${PATH}:/stackable"
205
206
# These labels have mostly been superceded by the OpenContainer spec annotations below but it doesn't hurt to include them
0 commit comments