UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
DIAT
AAP Python
Commits
313b3a32
Commit
313b3a32
authored
Jul 28, 2021
by
WingKwan Lau
Browse files
remove sticky bit
parent
b11b735b
Pipeline
#394040
passed with stages
in 8 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+4
-0
No files found.
Dockerfile
View file @
313b3a32
...
@@ -54,6 +54,10 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
...
@@ -54,6 +54,10 @@ RUN useradd -u 1001 -r -g 0 -d ${HOME} -s /sbin/nologin \
fix-permissions
${
HOME
}
-P
&&
\
fix-permissions
${
HOME
}
-P
&&
\
rpm-file-permissions
rpm-file-permissions
# Remove sticky bit
RUN
chmod
g-s /usr/libexec/openssh/ssh-keysign
# set user to ensure image not running as root
USER
1001
USER
1001
ENTRYPOINT
["/usr/bin/container-entrypoint"]
ENTRYPOINT
["/usr/bin/container-entrypoint"]
...
...
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