File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
1717
1818- trino: Backport fix for wrong deletes in Delta Lake ([ #1453 ] ).
1919- opensearch: Scope CycloneDX SBOM to shipped components only, eliminating false positive CVEs from unshipped plugins ([ #1452 ] ).
20+ - vector: Use correct license ([ #1476 ] ).
2021
2122[ #1446 ] : https://github.com/stackabletech/docker-images/pull/1446
2223[ #1452 ] : https://github.com/stackabletech/docker-images/pull/1452
@@ -25,6 +26,7 @@ All notable changes to this project will be documented in this file.
2526[ #1463 ] : https://github.com/stackabletech/docker-images/pull/1463
2627[ #1466 ] : https://github.com/stackabletech/docker-images/pull/1466
2728[ #1474 ] : https://github.com/stackabletech/docker-images/pull/1474
29+ [ #1476 ] : https://github.com/stackabletech/docker-images/pull/1476
2830
2931## [ 26.3.0] - 2026-03-16
3032
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ ARG STACKABLE_USER_UID
126126
127127LABEL maintainer="Stackable GmbH"
128128
129- COPY --chown=${STACKABLE_USER_UID}:0 opa /licenses /licenses
129+ COPY --chown=${STACKABLE_USER_UID}:0 vector /licenses /licenses
130130COPY --from=vector-builder --chown=${STACKABLE_USER_UID}:0 /app/* /usr/local/bin/
131131
132132# Init Jobs/Pods often start a Vector Sidecar Container which collects the logs.
You can’t perform that action at this time.
0 commit comments