Skip to content

valmar/community

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community sourced systemd system extensions (sysexts) for Fedora image based systems

NOTE: This project is a work in progress. Make sure to read the known limitations section. Use at your own risk.

This repo gathers sysexts made from community provided sources, upstream build binaries and COPR packages.

For sysexts built from Fedora packages only, see extensions.fcos.fr/fedora.

For general explainations about systemd system extensions (sysexts) and how to use them, see the documentation from the main page: extensions.fcos.fr.

Disabling fetching tags

This project uses GitHub releases to publish sysexts, and those releases also create Git tags, thus you might want to disable fetching tags for the remote using:

git config remote.origin.tagopt "--no-tags"

and then remove all local tags with:

git tag -l | xargs git tag -d > /dev/null

Building

Building those images currently require root privileges. The currently supported options for building those sysexts are:

  • using a rootless, privileged, non-SELinux confined container (such as a toolbox/distrobox container), redirecting podman commands to run them on the host:
    [toolbox]$ cat /usr/local/bin/podman
    #!/bin/bash
    executable="$(basename ${0})"
    exec flatpak-spawn --host "${executable}" "${@}"
    
  • Using nested podman containers (current path in CI).

Make sure that you have the following packages installed:

  • cpio
  • erofs-utils
  • jq
  • just
  • podman (only when not using the host redirection script above)
  • wget

To build the python sysext:

$ cd python

List the supported target images:

$ just targets

Build the sysext for Fedora CoreOS next:

$ just build "quay.io/fedora/fedora-coreos:next"

extensions.fcos.fr redirector

A Caddy based redirector is hosted at extensions.fcos.fr. The configutation is available in the parent project's Caddyfile. It redirects URLs queried by systemd-sysupdate to GitHub releases where the sysexts are hosted in this repo.

Contributing

See CONTRIBUTING for details about the CI setup specific to this repo.

Credits

This project is heavily inspired by the work done by Thilo on the Flatcar sysext bakery.

Licenses

See LICENSES.

About

Sysexts built from various sources from the community

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Just 83.8%
  • Dockerfile 10.1%
  • Shell 6.1%