Skip to content

Commit

Permalink
[improve] Configure Rocksdb to use musl libc flavor of the native lib…
Browse files Browse the repository at this point in the history
…rary (apache#23375)
  • Loading branch information
lhotari authored and hanmz committed Feb 12, 2025
1 parent d57fe7b commit 3c26af2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ COPY --from=pulsar /pulsar /pulsar

WORKDIR /pulsar
ENV PATH=$PATH:$JAVA_HOME/bin:/pulsar/bin
# Use musl libc library for RocksDB
ENV ROCKSDB_MUSL_LIBC=true

# The UID must be non-zero. Otherwise, it is arbitrary. No logic should rely on its specific value.
ARG DEFAULT_USERNAME=pulsar
Expand Down

0 comments on commit 3c26af2

Please sign in to comment.