Closed
Description
I get the following error when attempting to update to an image built with the main branch of bluebuild with this pull request #112:
❯ sudo rpm-ostree upgrade
Pulling manifest: ostree-image-signed:docker://ghcr.io/prydom/fedora-kinoite-laptop:latest
Importing: ostree-image-signed:docker://ghcr.io/prydom/fedora-kinoite-laptop:latest (digest: sha256:c1fbde6bf865d2f7d864f2ccb2d9009f66a1f5d9c182cf2ed63f36924c540587)
ostree chunk layers already present: 65
custom layers needed: 20 (1.3 GB)
error: Importing: Unhandled layer type: application/vnd.oci.image.layer.v1.tar+zstd
This is because ostree-rs-ext does not yet support zstd:chunked, ostreedev/ostree-rs-ext#608. I suggest that you change the default --compression-format
to gzip until that change is written and lands in Fedora.
Activity