Documentation about all (most!) things Fedora operations and program management. Primary maintainer is the Fedora Operations Architect (https://docs.fedoraproject.org/en-US/council/foa/). https://docs.fedoraproject.org/en-US/program_management/
Find a file
Adam Williamson b3fcd46026 Bump netinst max sizes to 1.3G / 1.4G
See investigations at
https://bugzilla.redhat.com/show_bug.cgi?id=2431863#c9 and
https://bugzilla.redhat.com/show_bug.cgi?id=2407024#c22 . We're
just getting hit by firmware sprawl again; I couldn't find any
practical way to get the image sizes down significantly.

I propose going to 1.3G for x86_64 images and 1.4G for the aarch64
one. Server images are bigger than Everything because some qemu
packages get pulled in via containers-common; aarch64 are bigger
than x86_64 because they have more firmware. So Server aarch64
is the biggest of the images and it's already at 1.25G, bumping
to 1.3G doesn't give us much headroom, so let's do 1.4G.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2026-03-16 17:56:04 -07:00
modules/ROOT Changes Policy: Clarify permission to implement an approved proposal 2026-02-17 01:03:33 +00:00
releases Bump netinst max sizes to 1.3G / 1.4G 2026-03-16 17:56:04 -07:00
.gitignore add gitignore 2019-10-07 15:11:10 +02:00
antora.yml Antora: s/program_management/operations/ 2026-01-22 21:01:52 -05:00
docsbuilder.sh ♻️ Refactor repository landing experience 2026-01-22 22:27:03 -05:00
LICENSE.txt ♻️ Refactor repository landing experience 2026-01-22 22:27:03 -05:00
nginx.conf Initial commit of Antora infrastructure 2019-09-30 16:43:13 -04:00
README.md ♻️ Refactor repository landing experience 2026-01-22 22:27:03 -05:00
site.yml Antora: s/program_management/operations/ 2026-01-22 21:01:52 -05:00

Fedora Program Operations Documentation

This repository contains the source documentation for Fedora Program Operations. It covers operational guidelines, schedules, and program processes maintained by the Fedora Operations Architect.

👥 Maintainers & Contact

Primary Owner: Fedora Operations Architect

Status Details
Current Maintainer Aoife Moloney
Availability Note ⚠️ On Maternity Leave until May 18th.
Interim Contact Please reach out to the Fedora Project Leader or file an issue in this repository for urgent matters during this absence.

📘 Documentation Scope

This documentation focuses on:

  • Program Management: Schedules, releases, and election timelines.
  • Operations: Logic regarding the day-to-day operations of the Fedora Project.
  • Processes: Change management and strategic planning documentation.

🛠 Building the Docs Locally

This project uses Antora to build the documentation site. The structure follows standard Fedora Docs guidelines.

Prerequisites

You need podman (on Fedora/Linux) or docker (on macOS/Windows) to build the site locally.

Quick Start

To build and preview the site in one step, run:

$ ./docsbuilder.sh

The result will be available at localhost:8080.

Repository Structure

|-- antora.yml ....................... Metadata definition
|-- build.sh ......................... Local build script (uses container)
|-- preview.sh ....................... Local preview script (uses container)
|-- site.yml ......................... Playbook for the build script
`-- modules
    `-- ROOT
        |-- assets/images ............ Static images
        |-- nav.adoc ................. Sidebar navigation menu
        `-- pages .................... The actual .adoc content files

Full Build (Fedora Docs Context)

To preview your changes within the context of the entire Fedora Docs website (checking cross-references), you must clone the main build repository.

  1. Clone the build repo:
git clone [https://pagure.io/fedora-docs/docs-fp-o.git](https://pagure.io/fedora-docs/docs-fp-o.git)
cd docs-fp-o
  1. Modify site.yml in that repo to point to your local version of the operations docs (or your fork on Forgejo).

  2. Build the full site:

./docsbuilder.sh

All Fedora Documentation content available under CC BY-SA 4.0 or, when specifically noted, under another accepted free and open content license.