Merge pull request #4682 from stevenhorsman/CCv0-remove-skopeo-doc

doc: Remove skopeo requirement from doc
This commit is contained in:
GabyCT
2022-07-20 14:05:28 -05:00
committed by GitHub

View File

@@ -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`. configured and created using the VM as a single node cluster and with `AA_KBC` set to `offline_fs_kbc`.
```bash ```bash
$ export KUBERNETES="yes" $ export KUBERNETES="yes"
$ export SKOPEO="yes"
$ export AA_KBC=offline_fs_kbc $ export AA_KBC=offline_fs_kbc
$ ~/ccv0.sh build_and_install_all $ ~/ccv0.sh build_and_install_all
``` ```