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

manifests: Inherit from Project Sagano #2610

Open
wants to merge 2 commits into
base: testing-devel
Choose a base branch
from

Commits on Oct 27, 2023

  1. manifests: Move kernel into fedora-coreos-base

    This is prep for rebasing on [sagano](https://gitlab.com/cgwalters-playground/sagano)
    where I hit on the issue that to build images with `kernel-rt`,
    we need to clearly separate the `kernel` package from userspace
    stuff (`systemd`, `rpm-ostree`) etc.
    
    Note that we'll need to make the same change in RHCOS - until
    we rebase both on sagano.
    cgwalters committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5892c56 View commit details
    Browse the repository at this point in the history
  2. manifests: Inherit from Project sagano

    Fedora CoreOS predates the time of bootable containers.  As such,
    it's actually pretty large (relatively speaking).  Project Sagano
    is a fresh take on more minimal base images.
    
    At the same time, we want to de-duplicate efforts.  With this,
    CoreOS cherry picks a few manifests from the Sagano "tier-0" and
    "tier-1".
    
    There's *definitely* more we can share between the two, but
    this is a notable starting point.
    cgwalters committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    06d27db View commit details
    Browse the repository at this point in the history