diff --git a/README.md b/README.md index 8b31dfe60..2abdfcad1 100644 --- a/README.md +++ b/README.md @@ -1583,7 +1583,7 @@ configuration. See [here](#container_push-custom-client-configuration) for detai ## container_layer ```python -container_layer(data_path, directory, empty_dirs, files, mode, tars, debs, symlinks, env) +container_layer(data_path, directory, empty_dirs, empty_files, files, mode, tars, debs, symlinks, env) ``` A rule that assembles data into a tarball which can be use as in `layers` attr in `container_image` rule. @@ -1666,6 +1666,16 @@ A rule that assembles data into a tarball which can be use as in `layers` attr i
+empty_files
List of empty files, optional
+ File to add to the layer.
++ A list of empty files that should be created in the Docker image. +
+files