You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Currently we have separate APIs for "un-encapsulate an ostree commit" and "pull a possibly layered image".
The former supports GPG verification, the latter does not.
Today rpm-ostree always uses the layered path, and so we get e.g.:
[root@cosa-devsh ~]# rpm-ostree rebase --experimental ostree-remote-registry:fedora:quay.io/coreos-assembler/fcos:next-devel
Pulling manifest: ostree-remote-image:fedora:docker://quay.io/coreos-assembler/fcos:next-devel
error: Fetching manifest: Cannot currently verify layered containers via ostree remote
[root@cosa-devsh ~]#
There's a bunch of code in #123 that unifies the logic between unencapsulation and layered images. I think once that merges we can (and should) fix this.
The text was updated successfully, but these errors were encountered:
Currently we have separate APIs for "un-encapsulate an ostree commit" and "pull a possibly layered image".
The former supports GPG verification, the latter does not.
Today rpm-ostree always uses the layered path, and so we get e.g.:
There's a bunch of code in #123 that unifies the logic between unencapsulation and layered images. I think once that merges we can (and should) fix this.
The text was updated successfully, but these errors were encountered: