Closed
Description
flowchart TD
Start["Start"] -- "Containerfile BASE_IMAGE=fedora-bootc" --> A["build-container-bootc.yml"]
Start -- "Containerfile BASE_IMAGE=fedora" --> B["build-container-base.yml"]
Start --> E["build-diskimage.yml"]
A -- "fedora-bootc" --> C[("Push to registry")]
B -- fedora --> C
C -- "fedora-bootc" --> E
E -- "disk.qcow2" --> F[("Release / Upload")]
F -- "disk.qcow2" --> G("Create VM")
C -- bootc update --> G
B:::Ash
classDef Ash stroke-width:1px, stroke-dasharray:none, stroke:#999999, fill:#EEEEEE, color:#000000
style B stroke-width:1px,stroke-dasharray: 1
Metadata
Metadata
Assignees
Labels
No labels