diff --git a/README.md b/README.md index b6c7bad79..fb3d390a6 100644 --- a/README.md +++ b/README.md @@ -1975,6 +1975,11 @@ container_image(name, base, data_path, directory, files, legacy_repository_namin String or string list, optional

List of entrypoints to add in the image.

+

+ The behavior between using "" and [] may differ. + Please see [#1448](https://github.com/bazelbuild/rules_docker/issues/1448) + for more details. +

Set entrypoint to None, [] or "" will set the Entrypoint of the image @@ -1989,6 +1994,11 @@ container_image(name, base, data_path, directory, files, legacy_repository_namin String or string list, optional

List of commands to execute in the image.

+

+ The behavior between using "" and [] may differ. + Please see [#1448](https://github.com/bazelbuild/rules_docker/issues/1448) + for more details. +

Set cmd to None, [] or "" will set the Cmd of the image to be