| commit | a076c8eb2ec2da9d0534febed40ef72a9b8cbf1c | [log] [tgz] |
|---|---|---|
| author | Zita Dombi <50611074+dombizita@users.noreply.github.com> | Tue Jan 03 22:19:32 2023 +0100 |
| committer | GitHub <noreply@github.com> | Tue Jan 03 13:19:32 2023 -0800 |
| tree | 26effe1807830b0d7c268255efa9e601dcc304fd | |
| parent | 37049aa43dc8a6bed343dd1be542664e2c1059c2 [diff] |
Create httpfs user and group (#15)
diff --git a/Dockerfile b/Dockerfile index 4178241..6198ff1 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -172,6 +172,10 @@ 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/