Module deploy

Module deploy 

Source
Expand description

Perform initial setup for a container image based system root

Structs§

DeployOpts
Options configuring deployment.
Pruned
The result of a prune operation

Constants§

ORIGIN_CONTAINER
The key in the OSTree origin which holds a serialized super::OstreeImageReference.
STATEROOT_DEFAULT
The name of the default stateroot.

Functions§

deploy
Write a container image to an OSTree deployment.
deployment_origin_container 🔒
Query the container image reference for a deployment
prune
This combines the functionality of remove_undeployed_images() with super::store::gc_image_layers().
remove_undeployed_images
Remove all container images which are not the target of a deployment. This acts equivalently to super::store::remove_images() - the underlying layers are not pruned.