{"id":21531516,"url":"https://github.com/aguslr/bluefusion","last_synced_at":"2025-04-10T00:27:59.987Z","repository":{"id":145905052,"uuid":"604585705","full_name":"aguslr/bluefusion","owner":"aguslr","description":"A Fedora Silverblue image that adds RPM Fusion with media codecs and replaces Toolbox with Distrobox","archived":false,"fork":false,"pushed_at":"2024-05-21T23:41:22.000Z","size":5387,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T21:32:13.505Z","etag":null,"topics":["fedora","fedora-silverblue","oci","ostree","rpm-fusion"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aguslr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-21T11:24:37.000Z","updated_at":"2024-05-28T21:36:51.147Z","dependencies_parsed_at":"2024-03-23T13:45:39.591Z","dependency_job_id":"6e0528cb-5fe4-4464-b8e0-0aaf57ec0136","html_url":"https://github.com/aguslr/bluefusion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fbluefusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fbluefusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fbluefusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aguslr%2Fbluefusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aguslr","download_url":"https://codeload.github.com/aguslr/bluefusion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248133272,"owners_count":21053201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fedora","fedora-silverblue","oci","ostree","rpm-fusion"],"created_at":"2024-11-24T02:14:38.630Z","updated_at":"2025-04-10T00:27:59.978Z","avatar_url":"https://github.com/aguslr.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[BlueFusion][1]\n===============\n\n[![build-image](https://github.com/aguslr/bluefusion/actions/workflows/build.yml/badge.svg)](https://github.com/aguslr/bluefusion/actions/workflows/build.yml)\n\nA Fedora Silverblue image that adds RPM Fusion with media codecs and integrates\nboth [Homebrew][9] and [Nix][12].\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\".github/screenshot-light.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\"  srcset=\".github/screenshot-dark.png\"\u003e\n  \u003cimg title=\"Screenshot\" alt=\"Screenshot\" src=\".github/screenshot-light.png\"\u003e\n\u003c/picture\u003e\n\nUsage\n-----\n\n1. Rebase to an unsigned image to get proper signing keys:\n\n       rpm-ostree rebase -r ostree-unverified-registry:ghcr.io/aguslr/bluefusion:stable\n\n2. Rebase to a signed image to finish the installation:\n\n       rpm-ostree rebase -r ostree-image-signed:docker://ghcr.io/aguslr/bluefusion:stable\n\nAlternatively, an [ISO file for offline installation][8] can be generated with\nthe following command:\n\n    sudo podman run --rm --privileged \\\n        --volume .:/build-container-installer/build \\\n        --security-opt label=disable --pull=newer \\\n        ghcr.io/jasonn3/build-container-installer:latest \\\n        IMAGE_REPO=\"ghcr.io/aguslr\" \\\n        IMAGE_NAME=\"bluefusion\" \\\n        IMAGE_TAG=\"latest\" \\\n        VARIANT=\"Silverblue\"\n\nFeatures\n--------\n\n- Start with a custom Fedora Silverblue image.\n- Install [Distrobox][3].\n- Install [Homebrew][9] on `x86_64`.\n- Install [Nix][12].\n- Add RPM Fusion repositories and several multimedia packages.\n\nTo enable **Homebrew** just run:\n\n    sudo systemctl enable --now var-home-linuxbrew.mount\n\nAnd to enable **Nix** run:\n\n    sudo systemctl enable --now nix.mount\n\nVerification\n------------\n\nThese images are signed with Sisgstore's [Cosign][4]. You can verify the\nsignature by downloading the `cosign.pub` key from this repo and running the\nfollowing command:\n\n    cosign verify --key cosign.pub ghcr.io/aguslr/bluefusion\n\nReferences\n----------\n\n- [Building your own custom Fedora Silverblue image][5]\n- [Howto/OSTree - RPM Fusion][6]\n- [Cosign - Sigstore Documentation][4]\n- [Making your Own - Universal Blue][7]\n- [feat: homebrew on image by m2Giles · Pull Request #1128 · ublue-os/bazzite ·\n  GitHub][10]\n- [Homebrew's path setting conflict with host binaries · Issue #687 ·\n  ublue-os/bluefin · GitHub][11]\n- [Nix package manager install (single user) on Fedora Silverblue][13]\n- [Nix on Fedora][14]\n\n\n[1]:  https://github.com/aguslr/bluefusion\n[2]:  https://github.com/containers/toolbox\n[3]:  https://github.com/89luca89/distrobox\n[4]:  https://docs.sigstore.dev/cosign/overview/\n[5]:  https://www.ypsidanger.com/building-your-own-fedora-silverblue-image/\n[6]:  https://rpmfusion.org/Howto/OSTree\n[7]:  https://ublue.it/making-your-own/\n[8]:  https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso\n[9]:  https://brew.sh/\n[10]: https://github.com/ublue-os/bazzite/pull/1128/commits/2dbf297\n[11]: https://github.com/ublue-os/bluefin/issues/687\n[12]: https://nixos.org/download/\n[13]: https://gist.github.com/queeup/1666bc0a5558464817494037d612f094\n[14]: https://gist.github.com/matthewpi/08c3d652e7879e4c4c30bead7021ff73\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguslr%2Fbluefusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faguslr%2Fbluefusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faguslr%2Fbluefusion/lists"}