From dfd19e923cdc21b8d92f2aad7532886a6f613450 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 24 Apr 2026 10:10:46 +0200 Subject: [PATCH 1/2] fix(vector): Use correct license --- vector/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/Dockerfile b/vector/Dockerfile index 43d230426..1710e875d 100644 --- a/vector/Dockerfile +++ b/vector/Dockerfile @@ -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. From 7d3ad2ca7981309c26bf3739ef3344052b47be03 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Fri, 24 Apr 2026 10:11:53 +0200 Subject: [PATCH 2/2] chore: Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa86a1e2..332fb282d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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