Skip to content

Commit cb0d669

Browse files
committed
Use released version of containerdebug
1 parent ce32298 commit cb0d669

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

stackable-base/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1111
ENV 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
@@ -46,10 +49,8 @@ EOF
4649

4750
FROM product-utils-builder AS containerdebug
4851

49-
# Copying from local folder during development..
50-
COPY containerdebug containerdebug
5152
RUN <<EOF
52-
# git clone --depth 1 https://github.com/stackabletech/containerdebug
53+
git clone --depth 1 --branch "${CONTAINERDEBUG_VERSION}" https://github.com/stackabletech/containerdebug
5354
cd ./containerdebug
5455
. "$HOME/.cargo/env"
5556
cargo auditable --quiet build --release && cargo cyclonedx --all --spec-version 1.5 --describe binaries

0 commit comments

Comments
 (0)