This is an automated email from the ASF dual-hosted git repository. ritesh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
The following commit(s) were added to refs/heads/master by this push: new a076c8e Create httpfs user and group (#15) a076c8e is described below commit a076c8eb2ec2da9d0534febed40ef72a9b8cbf1c Author: Zita Dombi <50611074+dombiz...@users.noreply.github.com> AuthorDate: Tue Jan 3 22:19:32 2023 +0100 Create httpfs user and group (#15) --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index 4178241..6198ff1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -172,6 +172,10 @@ RUN groupadd --gid 1008 testuser2 RUN useradd --uid 1008 testuser2 --gid 1008 --home /opt/testuser2 RUN chmod 755 /opt/testuser2 +RUN groupadd --gid 1009 httpfs +RUN useradd --uid 1009 httpfs --gid 1009 --home /opt/httpfs +RUN chmod 755 /opt/httpfs + # Prep for Kerberized cluster RUN mkdir -p /etc/security/keytabs && chmod -R a+wr /etc/security/keytabs ADD krb5.conf /etc/ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ozone.apache.org For additional commands, e-mail: commits-h...@ozone.apache.org