Skip to content

Commit

Permalink
[Docker] Enable filesystem permission updates in derivative docker im…
Browse files Browse the repository at this point in the history
…ages (#12956)
  • Loading branch information
michaeljmarshall committed Nov 29, 2021
1 parent 656398e commit 96d9067
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/pulsar/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
RUN echo networkaddress.cache.ttl=1 >> /usr/lib/jvm/java-11-openjdk-amd64/conf/security/java.security
ADD target/python-client/ /pulsar/pulsar-client

VOLUME ["/pulsar/conf", "/pulsar/data"]

ENV PULSAR_ROOT_LOGGER=INFO,CONSOLE


Expand Down

0 comments on commit 96d9067

Please sign in to comment.