Function ostree_ext::container::update_detached_metadata

source ยท
pub async fn update_detached_metadata(
    src: &ImageReference,
    dest: &ImageReference,
    detached_buf: Option<&[u8]>,
) -> Result<String>
Expand description

Given an OSTree container image reference, update the detached metadata (e.g. GPG signature) while preserving all other container image metadata.

The return value is the manifest digest of (e.g. @sha256:) the image.