mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-19 16:38:00 +00:00
Merge pull request #5238 from stevenhorsman/don't-default-umoci-in-rootfs
osbuilder: don't pull in umoci with attestation
This commit is contained in:
commit
8ad86e2ec9
@ -665,10 +665,6 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${AA_KBC}" ]; then
|
if [ -n "${AA_KBC}" ]; then
|
||||||
if [ "${UMOCI}" != "yes" ]; then
|
|
||||||
UMOCI="yes"
|
|
||||||
warning "UMOCI wasn't set, but is required for attestation, so overridden"
|
|
||||||
fi
|
|
||||||
if [ "${AA_KBC}" == "offline_sev_kbc" ]; then
|
if [ "${AA_KBC}" == "offline_sev_kbc" ]; then
|
||||||
info "Adding agent config for ${AA_KBC}"
|
info "Adding agent config for ${AA_KBC}"
|
||||||
AA_KBC_PARAMS="offline_sev_kbc::null" envsubst < "${script_dir}/agent-config.toml.in" | tee "${ROOTFS_DIR}/etc/agent-config.toml"
|
AA_KBC_PARAMS="offline_sev_kbc::null" envsubst < "${script_dir}/agent-config.toml.in" | tee "${ROOTFS_DIR}/etc/agent-config.toml"
|
||||||
|
Loading…
Reference in New Issue
Block a user