From 5edebe42cf414b5e76ec2d171f890f19913c0345 Mon Sep 17 00:00:00 2001 From: Peter Lobsinger Date: Sat, 28 Sep 2024 16:22:13 -0700 Subject: [PATCH] Regenerate docs markdown --- docs/image.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/image.md b/docs/image.md index 9b7a03c3..d1c2f37f 100644 --- a/docs/image.md +++ b/docs/image.md @@ -116,13 +116,13 @@ This is similar to the same-named target created by rules_docker's `container_im | Name | Description | Default Value | | :------------- | :------------- | :------------- | | name | name of resulting oci_image_rule | none | -| labels | Labels for the image config. See documentation above. | None | -| annotations | Annotations for the image config. See documentation above. | None | -| env | Environment variables provisioned by default to the running container. See documentation above. | None | -| cmd | Command & argument configured by default in the running container. See documentation above. | None | -| entrypoint | Entrypoint configured by default in the running container. See documentation above. | None | -| exposed_ports | Exposed ports in the running container. See documentation above. | None | -| volumes | Volumes for the container. See documentation above. | None | +| labels | Labels for the image config. May either be specified as a file, as with the documentation above, or a dict of strings to specify values inline. | None | +| annotations | Annotations for the image config. May either be specified as a file, as with the documentation above, or a dict of strings to specify values inline. | None | +| env | Environment variables provisioned by default to the running container. May either be specified as a file, as with the documentation above, or a dict of strings to specify values inline. | None | +| cmd | Command & argument configured by default in the running container. May either be specified as a file, as with the documentation above. or a list of strings to specify values inline. | None | +| entrypoint | Entrypoint configured by default in the running container. May either be specified as a file, as with the documentation above. or a list of strings to specify values inline. | None | +| exposed_ports | Exposed ports in the running container. May either be specified as a file, as with the documentation above. or a list of strings to specify values inline. | None | +| volumes | Volumes for the container. May either be specified as a file, as with the documentation above. or a list of strings to specify values inline. | None | | kwargs | other named arguments to [oci_image_rule](#oci_image_rule) and [common rule attributes](https://bazel.build/reference/be/common-definitions#common-attributes). | none |