debian-forge-composer/internal/image
Achilleas Koutsou 966aec464a image: add ostree commit source when initialising manifest
When initialising a manifest, use the ostree commit source spec only.
Then, when serialising, use the resolved ostree commit.
This is the same process we use for the other content types, packages
and containers.

Two new functions are defined in the distros to handle resolving the
ostree options: one for creating the parent commit source spec and image
ref for image types that have an optional parent commit (ostree commits
and containers) and one for creating the payload commit source spec for
image types that require an ostree payload (ostree raw images and
installers).
2023-06-14 11:19:29 +02:00
..
archive.go image: new ImageKind: archive 2022-11-28 17:20:49 +01:00
container.go image: introduce image kinds for Fedora 2022-07-22 16:04:07 +02:00
image.go image: add image kind abstraction 2022-07-22 16:04:07 +02:00
image_installer.go manifest: fix dracut modules and drivers for Anaconda installers 2023-01-31 11:03:26 +01:00
live.go internal/image: add ova support to live image 2023-05-25 10:14:32 +02:00
ostree_archive.go image: add ostree commit source when initialising manifest 2023-06-14 11:19:29 +02:00
ostree_container.go image: add ostree commit source when initialising manifest 2023-06-14 11:19:29 +02:00
ostree_installer.go image: add ostree commit source when initialising manifest 2023-06-14 11:19:29 +02:00
ostree_raw.go image: add ostree commit source when initialising manifest 2023-06-14 11:19:29 +02:00
ostree_simplified_installer.go simplified-installer: enable isolinux 2023-03-15 12:35:50 +01:00