Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-docker
Commits
975e8d5b
Commit
975e8d5b
authored
Jan 28, 2020
by
Mihai Patrascoiu
Browse files
Change uid and gid of user nobody in CentOS 8 image
parent
47c68e27
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile_c8
View file @
975e8d5b
...
...
@@ -56,4 +56,8 @@ RUN yes | xrdsssadmin -k eos-test del /etc/eos.keytab; \
# Change owner of /var/spool/xrootd directory to daemon
RUN chown daemon:daemon /var/spool/xrootd
# The system tests have a strong bias towards nobody having uid=99 guid=99
RUN usermod -u 99 nobody; \
groupmod -g 99 nobody
ENTRYPOINT ["/bin/bash"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment