From 69b1a072f20f5cb94c02b6c9f954fea7b9024ebc Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Mon, 18 Jul 2022 12:54:50 +0100 Subject: [PATCH] doc: Remove skopeo requirement from doc We don't need skopeo to get the encrypted container image scenario working, so remove that instruction from the doc Fixes: #4587 Signed-off-by: stevenhorsman --- docs/how-to/how-to-build-and-test-ccv0.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/how-to/how-to-build-and-test-ccv0.md b/docs/how-to/how-to-build-and-test-ccv0.md index eeb5a5b246..0bde1aadcb 100644 --- a/docs/how-to/how-to-build-and-test-ccv0.md +++ b/docs/how-to/how-to-build-and-test-ccv0.md @@ -412,7 +412,6 @@ steps: configured and created using the VM as a single node cluster and with `AA_KBC` set to `offline_fs_kbc`. ```bash $ export KUBERNETES="yes" - $ export SKOPEO="yes" $ export AA_KBC=offline_fs_kbc $ ~/ccv0.sh build_and_install_all ```