Skip to content

Release flow #2

Closed
Closed
@gbraad

Description

@gbraad
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

Loading

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions