mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
agent: Add guest-pull to the list of agent features in announce()
Add guest-pull to the list of agent features in announce(). Fixes: #9225 -- part IV Signed-off-by: ChengyuZhu6 <chengyu.zhu@intel.com>
This commit is contained in:
parent
03f3d3491d
commit
754399d909
@ -8,6 +8,8 @@ pub fn get_build_features() -> Vec<String> {
|
||||
let features: Vec<&str> = vec![
|
||||
#[cfg(feature = "agent-policy")]
|
||||
"agent-policy",
|
||||
#[cfg(feature = "guest-pull")]
|
||||
"guest-pull",
|
||||
#[cfg(feature = "seccomp")]
|
||||
"seccomp",
|
||||
#[cfg(feature = "standard-oci-runtime")]
|
||||
|
Loading…
Reference in New Issue
Block a user