Commit abb5a2c
authored
Add --no-log-init to useradd call (#781)
* Move base image to new heredoc format
There are no functional changes
* Add --no-log-init to useradd call
This is to work around a bug in Go/Docker when large user ids are used and is in preparation of further security relevant changes where we are going to change the default user id
* Hadolint
* Hadolint
* Remove explicit creation of home directory as useradd will create it already
* useradd now creates home directory as well
better formatting of command1 parent f63cbb9 commit abb5a2c
1 file changed
Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
96 | | - | |
97 | 99 | | |
98 | | - | |
99 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
100 | 113 | | |
101 | 114 | | |
102 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
103 | 119 | | |
104 | 120 | | |
105 | 121 | | |
| |||
0 commit comments