No description
Find a file
2023-06-29 15:24:07 +03:00
.github fix: change image name to bling 2023-06-25 01:31:42 -03:00
etc feat: detach fetching from containerfile + add rpms and fonts 2023-06-28 21:43:40 -03:00
usr feat: ublue-os wallpapers 2023-06-29 15:24:07 +03:00
Containerfile feat: add ubuntu and inter fonts + fix slow cloning for nerdfonts 2023-06-28 23:11:20 -03:00
cosign.pub chore: add sample files and README 2023-06-25 00:09:55 -03:00
fetch.sh fix: temporarily remove nerdfonts so that the image will build 2023-06-29 07:11:24 -03:00
LICENSE Initial commit 2023-06-24 16:38:47 -04:00
README.md refactor: change container usage to be similar to ublue-os/config 2023-06-25 01:26:08 -03:00

bling

build-ublue

A layer for extras and more bling for your image

Contains

  • A nix installer
  • Multiple fonts
  • Devpod
  • Justfiles
  • Yafti files
  • External repository files
  • Other (TO BE DONE)

Usage

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

COPY --from=ghcr.io/ublue-os/bling:latest /files/usr/bin/ublue-nix-installer /
COPY --from=ghcr.io/ublue-os/bling:latest /files/usr/bin/ublue-nix-uninstaller /

To use all fonts:

COPY --from=ghcr.io/ublue-os/bling:latest /files/usr/share/fonts /path/to/fonts

To use only Inter do:

COPY --from=ghcr.io/ublue-os/bling:latest /files/usr/share/fonts/inter /path/to/fonts/inter

We also want to package all these modifications as RPM packages for easier installation. (TO BE DONE)

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