No description
Find a file
fiftydinar b528a0acc9
feat: Add gschema-overrides module (#110)
* feat: Add `gschema-overrides` module

* chore: Clarify "including prefix" section better

* chore: Some formatting fix

* chore: Don't mention higher prefix, as it can confuse users

* fix: Add partial troubleshooting of most preferred gschema-overide

It does not support aborting on fail currently, as I have to think on how to implement it when multiple gschema-override files are included in the module.

* Revert "fix: Add partial troubleshooting of most preferred gschema-overide"

This reverts commit 1dde51938e45648c7f53b696e61249339a2eb277.

* fix: Use `z1-` prefix for to avoid future conflict with Universal Blue images

* chore: Fix some README remarks from xynydev

* chore: Note that GTK DEs other than Gnome are also supported

* chore: Be more specific about GTK-based DEs

* chore: Clarify using module section a tiny bit better

* chore: Add editing gschema.overrides section & make README formatting cleaner

* chore: Reword some sentences better

* fix: don't use multiple toplevel headings, replace <br> tags with spammed spaces

---------

Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com>
2024-02-02 17:57:00 +00:00
.github chore(deps): bump sigstore/cosign-installer from 3.2.0 to 3.3.0 2023-12-11 15:15:15 +00:00
empty fix: copy empty directory to be missing folders 2024-01-27 18:50:30 +02:00
modules feat: Add gschema-overrides module (#110) 2024-02-02 17:57:00 +00:00
Containerfile fix: copy empty directory to be missing folders 2024-01-27 18:50:30 +02:00
cosign.pub chore: add sample files and README 2023-06-25 00:09:55 -03:00
LICENSE Initial commit 2023-06-24 16:38:47 -04:00
README.md docs: update README to reflect current state of repo 2024-01-24 18:31:11 +02:00

bling

build-ublue

This repository containes modules to use in recipe.yml. See list of modules in ./modules

Usage

You can add this to your Containerfile to copy the modules from this image over:

COPY --from=ghcr.io/ublue-os/bling:latest /modules /tmp/modules/

Verification

These images are signed with sisgstore's cosign. You can verify the signature by downloading the cosign.pub key from this repo and running the following command:

cosign verify --key cosign.pub ghcr.io/ublue-os/bling

See what is in this image

Raw commands

NOTE: This makes it so you need to extract everything from the base image!

podman save ghcr.io/ublue-os/bling:latest -o bling.tar
tar xf bling.tar && rm bling.tar
tar xf *.tar

This should extract the image in a way that you can see everything in it!

Using Dive

This method allows you to inspect the image through a TUI

dive ghcr.io/ublue-os/bling:latest