mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-19 00:17:54 +00:00
agent: get rid of init_image_service
we do not need to initialize image service in kata-agent now, as it's initialized in CDH. Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
This commit is contained in:
parent
22c50cae7b
commit
0e15b49369
@ -1328,10 +1328,6 @@ impl agent_ttrpc::AgentService for AgentService {
|
||||
s.network.set_dns(dns);
|
||||
}
|
||||
}
|
||||
#[cfg(feature = "guest-pull")]
|
||||
confidential_data_hub::image::init_image_service()
|
||||
.await
|
||||
.map_ttrpc_err(same)?;
|
||||
|
||||
Ok(Empty::new())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user