Expand description
Perform initial setup for a container image based system root
Structs§
- Deploy
Opts - 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()withsuper::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.