debian-forge-composer/internal/distro/rhel8
Christian Kellner d842bdba21 distro/rhel8: support for embedding container
Support for adding containers in non-ostree images. The reason we
don't support OSTree artefacts just yet is that the default storage
location for container is `/var/lib/containers/storage`. But for
OSTree images all content in `/var` is discarded, since that is
deployment specific data. We therefore need to store the containers
somewhere else, e.g. `/usr/share/containers/storage`, but then also
need to configure the system to find containers in that location.
osbuild only recently gained the corresponding stage to do so and
thus this will be done in a follow up.
2022-07-21 13:32:07 +02:00
..
distro.go distro/rhel8: support for embedding container 2022-07-21 13:32:07 +02:00
distro_internal_test.go Rename rhel86 package to rhel8 2022-07-01 23:52:13 +01:00
distro_test.go distro: add containers arg to ImageType.Manifest 2022-07-21 13:32:07 +02:00
package_sets.go distro/rhel8: separate minor-version-specific image types 2022-07-08 09:30:34 +01:00
partition_tables.go Rename rhel86 package to rhel8 2022-07-01 23:52:13 +01:00
pipelines.go distro/rhel8: support for embedding container 2022-07-21 13:32:07 +02:00
stage_options.go Rename osbuild2 package to osbuild 2022-07-14 16:54:00 +02:00