Skip to content

Commit 8ea9c1e

Browse files
committed
chore(vector): Remove old comments, add new todo
1 parent e07edd3 commit 8ea9c1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vector/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ NEW_VERSION="${PRODUCT_VERSION}-stackable${RELEASE_VERSION}"
5959
# Create snapshot of the source code including custom patches
6060
tar -czf /stackable/vector-${NEW_VERSION}-src.tar.gz .
6161

62-
# rust build here?
6362
. "$HOME/.cargo/env"
64-
# cargo auditable --quiet build --release --workspace
63+
64+
# Build vector with default features
65+
# TODO (@NickLarsenNZ): Consider reducing the feature-set to only what we need in the sidecar.
6566
cargo auditable --quiet build --release
6667

6768
# Generate SBOMs and copy them to /app (via a script)

0 commit comments

Comments
 (0)