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
Part of #2685
I'm looking at replacing the guts of `cosa build ostree` with the
new container-native `rpm-ostree compose image`. In order
for that to work, we need two things:
- The committed overlays from `overlays/` - xref coreos/rpm-ostree#4005
- The rendered `image.json` which is also an overlay now
Basically in combination with the above PR, this works now when
invoked manually:
```
$ cosa build --prepare-only
$ sudo rpm-ostree compose image --cachedir=cache/buildimage --layer-repo tmp/repo src/config/manifest.yaml oci:tmp/fcos.oci
```
0 commit comments