This is an automated email from the ASF dual-hosted git repository.
karan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 4e3cb9c2519 change ownership of /opt/shared to druid (#16253)
4e3cb9c2519 is described below
commit 4e3cb9c25198902fe158bb995fe1dc2ccb18117e
Author: Charles Smith <[email protected]>
AuthorDate: Fri Apr 26 08:46:00 2024 -0700
change ownership of /opt/shared to druid (#16253)
---
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]