File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ RUN <<EOF
1818
1919cd /
2020git 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
2222git clone --depth 1 --branch "cert-tools-${CERT_TOOLS_VERSION}" https://github.com/stackabletech/secret-operator
2323cd /config-utils
2424cargo 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
2727cd /secret-operator
2828cargo auditable --quiet build --release --package cert-tools && cargo cyclonedx --all --spec-version 1.5 --describe binaries
2929EOF
@@ -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
You can’t perform that action at this time.
0 commit comments