Skip to content

Commit e9115fe

Browse files
authored
fix(vector): Use correct license (#1476)
* fix(vector): Use correct license * chore: Update changelog
1 parent 5f4a685 commit e9115fe

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

vector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ARG STACKABLE_USER_UID
126126

127127
LABEL maintainer="Stackable GmbH"
128128

129-
COPY --chown=${STACKABLE_USER_UID}:0 opa/licenses /licenses
129+
COPY --chown=${STACKABLE_USER_UID}:0 vector/licenses /licenses
130130
COPY --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.

0 commit comments

Comments
 (0)