Adds support for using `bootc` as the preferred method for booting from a locally created image. This new method gets rid of the need to create a tarball and move it to the correct place and instead it will make use of `podman scp` which copies the image to the root `containers-storage` and then has `rpm-ostree` and `bootc` boot from that store. Closes #418 Closes #200
10 lines
270 B
YAML
10 lines
270 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
|
name: cli/test
|
|
description: This is my personal OS image.
|
|
base-image: quay.io/fedora/fedora-bootc
|
|
image-version: latest
|
|
stages:
|
|
- from-file: stages.yml
|
|
modules:
|
|
- from-file: common.yml
|