We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ostree container image deploy --imgref=ostree-unverified-image:dir:/tmp/tmpxu_tjilg/image --stateroot=default --target-imgref=ostree-unverified-registry:quay.io/rhatdan/lamp:latest --karg=rw --karg=console=tty0 --karg=console=ttyS0 --karg=root=LABEL=root --sysroot=/run/osbuild/tree error: Performing deployment: Importing: Unhandled layer type: application/vnd.oci.image.layer.v1.tar+zstd
This happens when trying to convert "quay.io/rhatdan/lamp:latest".
Which was pushed using zstd:chunked format.
The text was updated successfully, but these errors were encountered:
@giuseppe FYI
Sorry, something went wrong.
@cgwalters FYI? Is this an issue with ostree not supporting other formats, or does it just need to be updated with the lastes containers-image.
Yes, this would be fixed by containers/bootc#215 but the short term requires a small patch to https://github.com/ostreedev/ostree-rs-ext/
It's unrelated to bib, you'd see the same error from bootc switch for example.
bootc switch
Moving this to ostreedev/ostree-rs-ext#608
No branches or pull requests
ostree container image deploy --imgref=ostree-unverified-image:dir:/tmp/tmpxu_tjilg/image --stateroot=default --target-imgref=ostree-unverified-registry:quay.io/rhatdan/lamp:latest --karg=rw --karg=console=tty0 --karg=console=ttyS0 --karg=root=LABEL=root --sysroot=/run/osbuild/tree
error: Performing deployment: Importing: Unhandled layer type: application/vnd.oci.image.layer.v1.tar+zstd
This happens when trying to convert "quay.io/rhatdan/lamp:latest".
Which was pushed using zstd:chunked format.
The text was updated successfully, but these errors were encountered: