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. |
||
|---|---|---|
| .. | ||
| distro_test_common | ||
| fedora | ||
| rhel7 | ||
| rhel8 | ||
| rhel90 | ||
| test_distro | ||
| distro.go | ||
| distro_test.go | ||
| image_config.go | ||
| image_config_test.go | ||