Skip to content
Open
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ All notable changes to this project will be documented in this file.
- trino: Remove `451` and `476` ([#1403]).
- hbase: Remove `2.6.2` ([#1408]).
- spark: remove the JRE before installing the JDK to prevent version conflicts ([#1410]).
- vector: Remove the Vector state directory `/stackable/vector/var` because the state should be
persisted in the log directory ([#1413]).

### Fixed

Expand Down Expand Up @@ -89,6 +91,7 @@ All notable changes to this project will be documented in this file.
[#1408]: https://github.com/stackabletech/docker-images/pull/1408
[#1409]: https://github.com/stackabletech/docker-images/pull/1409
[#1410]: https://github.com/stackabletech/docker-images/pull/1410
[#1413]: https://github.com/stackabletech/docker-images/pull/1413

## [25.11.0] - 2025-11-07

Expand Down
6 changes: 0 additions & 6 deletions vector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ ARCH="${ARCH/arm64/aarch64}"
rpm --install \
"https://repo.stackable.tech/repository/packages/inotify-tools/inotify-tools-${INOTIFY_TOOLS}.${ARCH}.rpm"

# Create the directory /stackable/vector/var.
# This directory is set by operator-rs in the parameter `data_dir`
# of the Vector configuration. The directory is used for persisting
# Vector state, such as on-disk buffers, file checkpoints, and more.
# Vector needs write permissions.
mkdir --parents /stackable/vector/var
chown --recursive ${STACKABLE_USER_UID}:0 /stackable/
# Set correct permissions
chmod -R g=u /stackable
Expand Down