File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ ENV LANG en_US.UTF-8
21
21
{# Specifics required such as homedir or shell are configured within the service specific image #}
22
22
{% - for name , user in users | dictsort () %}
23
23
{% if loop .first -%} RUN {% else %} && {% endif -%}
24
- groupadd --force -- gid {{ user.gid }} {{ user.group }} \
24
+ groupadd --gid {{ user.gid }} {{ user.group }} \
25
25
&& useradd -l -M --shell /usr/sbin/nologin --uid {{ user.uid }} --gid {{ user.gid }} {{ name }}
26
26
{% - if not loop .last %} \{% endif -%}
27
27
{% - endfor %}
Original file line number Diff line number Diff line change 760
760
},
761
761
'mongodb-user' : { # unused user (mongodb dropped)
762
762
'uid' : 42432 ,
763
- 'gid' : 65534 ,
763
+ 'gid' : 42432 ,
764
764
},
765
765
'murano-user' : {
766
766
'uid' : 42433 ,
You can’t perform that action at this time.
0 commit comments