-
In MicroShift CI we're building several ostree commits using osbuild. Some time ago, I had success with encapsulating the commits and adding RPMs using AFAIK you cannot edit image labels (to update So, the question is: is there a way to turn this kind of OCI back into ostree commit without hacking the process too much? Maybe there's another way to achieve the goal with osbuild? I also tried Here are the commands I'm using
And outputs
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is similar to ostreedev/ostree-rs-ext#11 - I just added a comment there, but basically as soon as you have derived layers, you can't "unencapsulate" anymore. Basically |
Beta Was this translation helpful? Give feedback.
This is similar to ostreedev/ostree-rs-ext#11 - I just added a comment there, but basically as soon as you have derived layers, you can't "unencapsulate" anymore. Basically
ostree container image pull
should work for this use case, does it for you?