This is an automated email from the ASF dual-hosted git repository.

karan pushed a commit to branch 30.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/30.0.0 by this push:
     new 7fc7389aceb change ownership of /opt/shared to druid (#16253) (#16399)
7fc7389aceb is described below

commit 7fc7389acebeeda400343a4db0138079bde879cd
Author: Adarsh Sanjeev <[email protected]>
AuthorDate: Thu May 9 17:47:29 2024 +0530

    change ownership of /opt/shared to druid (#16253) (#16399)
    
    Co-authored-by: Charles Smith <[email protected]>
---
 distribution/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/docker/Dockerfile b/distribution/docker/Dockerfile
index 230f09acaac..f9764c2df96 100644
--- a/distribution/docker/Dockerfile
+++ b/distribution/docker/Dockerfile
@@ -94,7 +94,7 @@ RUN 
--mount=type=bind,from=builder,source=/opt,target=/builder/opt \
  mkdir -p /opt/druid/var /opt/shared \
  && cp -r /builder/opt/druid /opt/ \
  && /deduplicate_jars.sh /opt/druid \
- && chown -R druid:druid /opt/druid \
+ && chown -R druid:druid /opt/druid /opt/shared \
  && chmod 775 /opt/druid/var /opt/shared
 
 USER druid


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to