Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Container Management reference guide #112

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -25,6 +25,8 @@ 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 | Expiry time for images, the time that unused images and its content would stay locally cached, the format is: `72h3m0.5s` |
dimitar-dimitrow marked this conversation as resolved.
Show resolved Hide resolved
| image_expiry_disable | bool | false | Disables expiry of cached images and content |
dimitar-dimitrow marked this conversation as resolved.
Show resolved Hide resolved
| **Registry access - secure** | | | |
| user_id | string | | User unique identifier to authenticate to the image registry |
| password | string | | Password to authenticate to the image registry |
@@ -114,6 +116,8 @@ Be aware that in the registry configuration the host (used as a key) has to be s
"image_dec_keys": [],
"image_dec_recipients": [],
"runc_runtime": "io.containerd.runc.v2",
"image_expiry": 744,
dimitar-dimitrow marked this conversation as resolved.
Show resolved Hide resolved
"image_expiry_disable": false,
"registry_configurations": {
"": {
"credentials": {