Skip to content

Commit a704191

Browse files
fix: update stackeryaml ref doc for runtime_user (#613)
the yaml value is `runtime_user`, not `user`. Signed-off-by: Michael McCracken <mikmccra@cisco.com>
1 parent 25b859b commit a704191

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/stacker_yaml.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,18 @@ to be available under container's /usr/local/ and all the files/dirs from the ho
176176
/path/to/directory2 to be available under container's /
177177

178178

179-
### `environment`, `labels`, `working_dir`, `volumes`, `cmd`, `entrypoint`, `user`
179+
### `environment`, `labels`, `working_dir`, `volumes`, `cmd`, `entrypoint`
180180

181181
These all correspond exactly to the similarly named bits in the [OCI image
182182
config
183183
spec](https://github.com/opencontainers/image-spec/blob/master/config.md#properties),
184184
and are available for users to pass things through to the runtime environment
185185
of the image.
186186

187+
### `runtime_user`
188+
189+
This sets the `user` field in the container config, as defined in the [OCI Image config spec](https://github.com/opencontainers/image-spec/blob/master/config.md#properties).
190+
187191
### `generate_labels`
188192

189193
The `generate_labels` entry is similar to `run` in that it contains a list of

0 commit comments

Comments
 (0)