We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Ref: https://www.mermaidchart.com/app/projects/9e8ecd98-28c2-44ed-81a3-aa69c2a5961a/diagrams/706623dd-d3b8-4b93-9fd4-348d59cbb855/version/v0.1/edit
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: