Skip to main content

Module repo

Module repo 

Source

Structsยง

PullRepoResult ๐Ÿ”’
Result of pulling a composefs repository, including the OCI manifest digest needed to reconstruct image metadata from the local composefs repo.

Functionsยง

bootc_tag_for_manifest ๐Ÿ”’
Create a composefs OCI tag name for the given manifest digest.
initialize_composefs_repository ๐Ÿ”’
open_composefs_repo ๐Ÿ”’
pull_composefs_direct ๐Ÿ”’
Pull an image directly into the composefs repository via skopeo.
pull_composefs_repo ๐Ÿ”’
Pulls an image into a composefs repository at /sysroot.
pull_composefs_unified ๐Ÿ”’
Pull an image via unified storage: first into bootc-owned containers-storage, then from there into the composefs repository via cstor (zero-copy reflink/hardlink).