Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release flow #2

Closed
gbraad opened this issue Jan 20, 2025 · 1 comment
Closed

Release flow #2

gbraad opened this issue Jan 20, 2025 · 1 comment

Comments

@gbraad
Copy link
Contributor

gbraad commented Jan 20, 2025

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
@gbraad gbraad pinned this issue Jan 20, 2025
@gbraad
Copy link
Contributor Author

gbraad commented Jan 20, 2025

@gbraad gbraad closed this as completed Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant