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 e07edd3 commit 8ea9c1eCopy full SHA for 8ea9c1e
vector/Dockerfile
@@ -59,9 +59,10 @@ NEW_VERSION="${PRODUCT_VERSION}-stackable${RELEASE_VERSION}"
59
# Create snapshot of the source code including custom patches
60
tar -czf /stackable/vector-${NEW_VERSION}-src.tar.gz .
61
62
-# rust build here?
63
. "$HOME/.cargo/env"
64
-# cargo auditable --quiet build --release --workspace
+
+# Build vector with default features
65
+# TODO (@NickLarsenNZ): Consider reducing the feature-set to only what we need in the sidecar.
66
cargo auditable --quiet build --release
67
68
# Generate SBOMs and copy them to /app (via a script)
0 commit comments