From cb2d14cd7a907797fdb0423d80b0a6a3390c4c21 Mon Sep 17 00:00:00 2001 From: Michael McCracken Date: Tue, 16 Apr 2024 16:44:50 -0700 Subject: [PATCH] fix: update stackeryaml ref doc for runtime_user the yaml value is `runtime_user`, not `user`. Signed-off-by: Michael McCracken --- doc/stacker_yaml.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/stacker_yaml.md b/doc/stacker_yaml.md index 50eba38c..ab0b42b1 100644 --- a/doc/stacker_yaml.md +++ b/doc/stacker_yaml.md @@ -176,7 +176,7 @@ to be available under container's /usr/local/ and all the files/dirs from the ho /path/to/directory2 to be available under container's / -### `environment`, `labels`, `working_dir`, `volumes`, `cmd`, `entrypoint`, `user` +### `environment`, `labels`, `working_dir`, `volumes`, `cmd`, `entrypoint` These all correspond exactly to the similarly named bits in the [OCI image config @@ -184,6 +184,10 @@ spec](https://github.com/opencontainers/image-spec/blob/master/config.md#propert and are available for users to pass things through to the runtime environment of the image. +### `runtime_user` + +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). + ### `generate_labels` The `generate_labels` entry is similar to `run` in that it contains a list of