diff --git a/docs/docs.md b/docs/docs.md index 4678429..f6dddd8 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -55,7 +55,7 @@ oci_image_index(name, name, directory, file_map, files, symlinks) +oci_image_layer(name, compression, directory, file_map, files, symlinks) Create a tarball and an OCI descriptor for it @@ -66,6 +66,7 @@ Create a tarball and an OCI descriptor for it | Name | Description | Type | Mandatory | Default | | :------------- | :------------- | :------------- | :------------- | :------------- | | name | A unique name for this target. | Name | required | | +| compression | Indicates which compression library should be used. | String | optional | `"gzip"` | | directory | Directory in the tarball to place the `files` | String | optional | `""` | | file_map | Dictionary of file -> file location in tarball | Dictionary: Label -> String | optional | `{}` | | files | List of files to include under `directory` | List of labels | optional | `[]` |