Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.

- trino: Backport fix for wrong deletes in Delta Lake ([#1453]).
- opensearch: Scope CycloneDX SBOM to shipped components only, eliminating false positive CVEs from unshipped plugins ([#1452]).
- vector: Use correct license ([#1476]).

[#1446]: https://github.com/stackabletech/docker-images/pull/1446
[#1452]: https://github.com/stackabletech/docker-images/pull/1452
Expand All @@ -25,6 +26,7 @@ All notable changes to this project will be documented in this file.
[#1463]: https://github.com/stackabletech/docker-images/pull/1463
[#1466]: https://github.com/stackabletech/docker-images/pull/1466
[#1474]: https://github.com/stackabletech/docker-images/pull/1474
[#1476]: https://github.com/stackabletech/docker-images/pull/1476

## [26.3.0] - 2026-03-16

Expand Down
2 changes: 1 addition & 1 deletion vector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ ARG STACKABLE_USER_UID

LABEL maintainer="Stackable GmbH"

COPY --chown=${STACKABLE_USER_UID}:0 opa/licenses /licenses
COPY --chown=${STACKABLE_USER_UID}:0 vector/licenses /licenses
COPY --from=vector-builder --chown=${STACKABLE_USER_UID}:0 /app/* /usr/local/bin/

# Init Jobs/Pods often start a Vector Sidecar Container which collects the logs.
Expand Down
Loading