Build your own custom Universal Blue Image!
Find a file
2024-04-12 16:54:31 -05:00
.github/workflows chore: simplify workflow even more 2024-04-12 16:54:31 -05:00
Containerfile feat: Added additional information in base containerfile 2024-03-03 11:40:37 -06:00
LICENSE chore: add license 2023-08-26 10:49:08 -05:00
README.md chore: update readme 2024-04-12 16:54:31 -05:00

ublue-custom-start

Purpose

This repository is meant to be used as a template to build your own custom Universal Blue Image. This example base template is what the Universal Blue Project uses for all of our new and existing downstream projects (Bazzite, Bluefin, and Ucore). This template includes a Containerfile and 2 Github workflows (one for building the container and one for building an installation ISO from the container file) that will work immediately out of the box as soon as you enable the workflow in your repository.

Prerequisites

Working knowledge in the following topics:

How to Use

Template

Since this is a template repository, you can select Use this Template and create a new repository from it. To enable the workflows, you will need to go the actions tab of the new repository and enable the workflows.

Containerfile

This is the main file used to customize the base image you are using. There are several examples of how to add layered rpm-ostree packages

Workflows

build.yml

This workflow creates your custom OCI container and publishes it to Github Container Registry.

build_iso.yml

This workflow creates an ISO and uploads it as a Github Artifact. (For examples on how to upload to a cloud registry, feel free to review Bazzite or Bluefin's workflow for uploading to R2.)