kata-deploy: Remove skopeo and umoci

- Now we don't need skopeo and umoci in the rootfs
remove the option from kata-deploy

Fixes: #3970
Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2023-01-16 11:41:08 +00:00
parent dd2d6a94f1
commit ebffb7bc9b

View File

@ -51,8 +51,6 @@ docker run \
--user ${uid}:${gid} \
--env CI="${CI:-}" \
--env USER=${USER} \
--env SKOPEO="${SKOPEO:-}" \
--env UMOCI="${UMOCI:-}" \
--env AA_KBC="${AA_KBC:-}" \
--env KATA_BUILD_CC="${KATA_BUILD_CC:-}" \
--env INCLUDE_ROOTFS="$(realpath "${INCLUDE_ROOTFS:-}" 2> /dev/null || true)" \