From 93d4541a20d19bb1562cacb855e8fba310045ab6 Mon Sep 17 00:00:00 2001 From: Iceber Gu Date: Mon, 31 May 2021 15:32:30 +0800 Subject: [PATCH] docs/cri: update ocicrypt link Signed-off-by: Iceber Gu --- docs/cri/decryption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cri/decryption.md b/docs/cri/decryption.md index 32e2cd235..185586263 100644 --- a/docs/cri/decryption.md +++ b/docs/cri/decryption.md @@ -42,4 +42,4 @@ version = 2 In this example, container image decryption is set to use the "node" key model. In addition, the decryption [`stream_processors`](https://github.com/containerd/containerd/blob/master/docs/stream_processors.md) are configured as specified in [containerd/imgcrypt project](https://github.com/containerd/imgcrypt), with the additional field `--decryption-keys-path` configured to specify where decryption keys are located locally in the node. -The `$OCICRYPT_KEYPROVIDER_CONFIG` environment variable is used for [ocicrypt keyprovider protocol](https://github.com/containers/ocicrypt/blob/master/docs/keyprovider.md). +The `$OCICRYPT_KEYPROVIDER_CONFIG` environment variable is used for [ocicrypt keyprovider protocol](https://github.com/containers/ocicrypt/blob/main/docs/keyprovider.md).