Skip to content

Commit fb91aaa

Browse files
committed
chore(stackable-base): Adjust containerdebug source
1 parent 018ba4b commit fb91aaa

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

stackable-base/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ RUN <<EOF
1818

1919
cd /
2020
git clone --depth 1 --branch "${CONFIG_UTILS_VERSION}" https://github.com/stackabletech/config-utils
21-
git clone --depth 1 --branch "${CONTAINERDEBUG_VERSION}" https://github.com/stackabletech/containerdebug
21+
git clone --depth 1 --branch "containerdebug-${CONTAINERDEBUG_VERSION}" https://github.com/stackabletech/operator-rs
2222
git clone --depth 1 --branch "cert-tools-${CERT_TOOLS_VERSION}" https://github.com/stackabletech/secret-operator
2323
cd /config-utils
2424
cargo auditable --quiet build --release && cargo cyclonedx --all --spec-version 1.5 --describe binaries
25-
cd /containerdebug
26-
cargo auditable --quiet build --release && cargo cyclonedx --all --spec-version 1.5 --describe binaries
25+
cd /operator-rs
26+
cargo auditable --quiet build --package containerdebug --release && cargo cyclonedx --all --spec-version 1.5 --describe binaries
2727
cd /secret-operator
2828
cargo auditable --quiet build --release --package cert-tools && cargo cyclonedx --all --spec-version 1.5 --describe binaries
2929
EOF
@@ -177,8 +177,8 @@ COPY --from=rust-binaries --chown=${STACKABLE_USER_UID}:0 /config-utils/config-u
177177

178178
# **containerdebug**
179179
# Debug tool that logs generic system information.
180-
COPY --from=rust-binaries --chown=${STACKABLE_USER_UID}:0 /containerdebug/target/release/containerdebug /stackable/containerdebug
181-
COPY --from=rust-binaries --chown=${STACKABLE_USER_UID}:0 /containerdebug/containerdebug_bin.cdx.xml /stackable/containerdebug_bin.cdx.xml
180+
COPY --from=rust-binaries --chown=${STACKABLE_USER_UID}:0 /operator-rs/target/release/containerdebug /stackable/containerdebug
181+
COPY --from=rust-binaries --chown=${STACKABLE_USER_UID}:0 /operator-rs/crates/containerdebug/containerdebug_bin.cdx.xml /stackable/containerdebug_bin.cdx.xml
182182

183183
# **cert-tools**
184184
# A CLI tool to merge two truststores in PEM or PKCS12 format in such as way that they are accepted by the JVM

0 commit comments

Comments
 (0)