projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a10cb3
)
Update uid and gid for devops test image
98/15698/1
master
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 26 Jan 2026 16:37:09 +0000
(17:37 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Mon, 26 Jan 2026 16:37:20 +0000
(17:37 +0100)
Change-Id: I9e5d11aab79e198acfbe7b97f4c86dfc683ea726
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index
c597f45
..
8c4f1e6
100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-58,8
+58,8
@@
RUN curl https://get.datree.io | /bin/bash
RUN helm plugin install https://github.com/datreeio/helm-datree
# Creating the user for the app
-RUN groupadd -g 100
0
appuser && \
- useradd -u 100
0 -g 1000
-d /app appuser && \
+RUN groupadd -g 100
3
appuser && \
+ useradd -u 100
3 -g 1003
-d /app appuser && \
mkdir /app && \
chown -R appuser:appuser /app