Skip to content

Commit

Permalink
Update Container Management reference guide
Browse files Browse the repository at this point in the history
eclipse-kanto#104
- updated image_expiry descriptions

Signed-off-by: Dimitar Dimitrov <[email protected]>
  • Loading branch information
dimitar-dimitrow committed Sep 19, 2022
1 parent e557989 commit 9ad4230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To control all aspects of the container manager behavior.
| image_dec_keys | string[] | | Private keys (GPG private key ring, JWE or PKCS7) used for decrypting container images, the format is: `filepath_private_key[:password]` |
| image_dec_recipients | string[] | | Recipients (only for PKCS7 and must be an x509) used for decrypting container images, the format is: `pkcs7:filepath_x509_certificate` |
| runc_runtime | string | io.containerd.runc.v2 | Runc communication mode, the possible values are: io.containerd.runtime.v1.linux, io.containerd.runc.v1 and io.containerd.runc.v2 |
| image_expiry | string | 744h | Time period for the cached images and content to be kept, the format is: `72h3m0.5s` |
| image_expiry | string | 744h | Time period for the cached images and content to be kept in the form of e.g. `72h3m0.5s` |
| image_expiry_disable | bool | false | Disable expiry management of cached images and content, must be used with caution as it may lead to large memory volumes being persistently allocated |
| **Registry access - secure** | | | |
| user_id | string | | User unique identifier to authenticate to the image registry |
Expand Down

0 comments on commit 9ad4230

Please sign in to comment.