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

ostreecontainer for kickstart stage. #308

Merged
merged 5 commits into from
Dec 8, 2023

Commits on Dec 8, 2023

  1. stage(kickstart): rename liveimg

    For consistency the type should be `LiveIMGOptions`.
    supakeen committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    49f12fe View commit details
    Browse the repository at this point in the history
  2. stage(kickstart): rename ostree

    Rename the current ostree options to ostree commit options as we'll be
    getting more ostree-prefixed options.
    supakeen committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8d4112e View commit details
    Browse the repository at this point in the history
  3. stage(kickstart): rename constructors

    The constructor is going to grow very unwieldy very quickly. Introduce
    constructors for common usecases.
    supakeen committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c9cd379 View commit details
    Browse the repository at this point in the history
  4. stages(kickstart): introduce ostreecontainer

    Adds the necessary stage options for the new `ostreecontainer` kickstart
    command.
    supakeen committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6d74557 View commit details
    Browse the repository at this point in the history
  5. ci: switch to fedora container(s)

    Switching to Fedora containers due to an updated musl in alpine causing
    build errors in Go bindings to sqlite, see:
    mattn/go-sqlite3#1164
    supakeen committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1ed4a78 View commit details
    Browse the repository at this point in the history