We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20af42 commit 5b82329Copy full SHA for 5b82329
docker/pulsar/Dockerfile
@@ -110,5 +110,5 @@ RUN chmod +x /pulsar/bin/install-pulsar-client.sh
110
RUN /pulsar/bin/install-pulsar-client.sh
111
112
# The UID must be non-zero. Otherwise, it is arbitrary. No logic should rely on its specific value.
113
-RUN useradd ${DEFAULT_USERNAME} -u 10000 -g 0
+RUN useradd ${DEFAULT_USERNAME} -u 10000 -g 0 --no-create-home --home-dir /pulsar/data
114
USER 10000
0 commit comments