Skip to content

Instantly share code, notes, and snippets.

@cgwalters
Created April 12, 2022 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgwalters/d929a3533e45a4ed26236edca9ae4d02 to your computer and use it in GitHub Desktop.
Save cgwalters/d929a3533e45a4ed26236edca9ae4d02 to your computer and use it in GitHub Desktop.
flowchart TB
    subgraph ostreebuild [ostree build]
    quayprevious["previous ostree container"] -->|change detection| container["ostree container"]
    configgit["config git"]-->container
    rpms --> container["ostree container"]
    container --> quay["quay.io"]
    end
    subgraph imagebuild [image build]
    quay --> qemu["qemu image"]
    quay --> metal
    metal --> iso
    qemu --> ami
    qemu --> vsphere
    qemu --> gcp
    end

    s3prev["previous s3 state"] --> imagebuild
    imagebuild --> S3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment