File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:c0e70387664f30cd9cf2795b
99# Find the latest version here: https://github.com/stackabletech/config-utils/tags
1010# renovate: datasource=github-tags packageName=stackabletech/config-utils
1111ENV CONFIG_UTILS_VERSION=0.2.0
12+ # Find the latest version here: https://github.com/stackabletech/containerdebug/tags
13+ # renovate: datasource=github-tags packageName=stackabletech/containerdebug
14+ ENV CONTAINERDEBUG_VERSION=0.1.0
1215# This SHOULD be kept in sync with operator-templating and other tools to reduce build times
1316# Find the latest version here: https://doc.rust-lang.org/stable/releases.html
1417# renovate: datasource=github-releases packageName=rust-lang/rust
4649
4750FROM product-utils-builder AS containerdebug
4851
49- # Copying from local folder during development..
50- COPY containerdebug containerdebug
5152RUN <<EOF
52- # git clone --depth 1 https://github.com/stackabletech/containerdebug
53+ git clone --depth 1 --branch "${CONTAINERDEBUG_VERSION}" https://github.com/stackabletech/containerdebug
5354cd ./containerdebug
5455. "$HOME/.cargo/env"
5556cargo auditable --quiet build --release && cargo cyclonedx --all --spec-version 1.5 --describe binaries
You can’t perform that action at this time.
0 commit comments