{"id":20151962,"url":"https://github.com/scottames/ublue","last_synced_at":"2025-05-06T22:31:05.394Z","repository":{"id":179325570,"uuid":"663302809","full_name":"scottames/ublue","owner":"scottames","description":"Deprecated by: https://github.com/scottames/containers","archived":true,"fork":false,"pushed_at":"2024-08-04T14:34:09.000Z","size":693,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"live","last_synced_at":"2025-03-17T16:24:44.430Z","etag":null,"topics":["fedora","fedora-silverblue","silverblue","ublue-os","universal-blue"],"latest_commit_sha":null,"homepage":"https://universal-blue.org","language":"Shell","has_issues":true,"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/scottames.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-07T02:24:21.000Z","updated_at":"2024-10-18T17:49:28.000Z","dependencies_parsed_at":"2024-03-30T03:20:01.159Z","dependency_job_id":"a375b6a9-8d70-4bac-824f-6dffa33d0365","html_url":"https://github.com/scottames/ublue","commit_stats":null,"previous_names":["scottames/ublue"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottames%2Fublue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottames%2Fublue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottames%2Fublue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scottames%2Fublue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scottames","download_url":"https://codeload.github.com/scottames/ublue/tar.gz/refs/heads/live","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252778945,"owners_count":21802857,"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","silverblue","ublue-os","universal-blue"],"created_at":"2024-11-13T23:08:07.198Z","updated_at":"2025-05-06T22:31:04.978Z","avatar_url":"https://github.com/scottames.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ublue\n\n[![build-ublue](https://github.com/scottames/ublue/actions/workflows/build.yml/badge.svg)](https://github.com/scottames/ublue/actions/workflows/build.yml)\n\n\u003e [!WARNING]\n\u003e Deprecated by [containers](https://github.com/scottames/containers),\n\u003e primarily [containers/atomic](https://github.com/scottames/containers/tree/main/atomic)\n\n[scottames](https://github.com/scottames)' custom Fedora Silverblue [native container image](https://fedoraproject.org/wiki/Changes/OstreeNativeContainerStable) powered by [Universal Blue](https://universal-blue.org/).\n\nMultiple images are built, ublue being the default Silverblue. See [packages](https://github.com/scottames?tab=packages\u0026repo_name=ublue) for image details.\n\n## Verification\n\nImages are signed with sisgstore's [cosign](https://docs.sigstore.dev/cosign/overview/). To verify images, grab [the pub key](cosign.pub) and verify:\n\n    cosign verify --key cosign.pub ghcr.io/scottames/ublue\n\nIf you're forking this repo, the uBlue website has [instructions](https://universal-blue.org/tinker/make-your-own/) for setting up signing properly.\n\n## Installation\n\n\u003e **Warning**\n\u003e This is an experimental feature and should not be used in production!\n\n- First rebase to the image unsigned, to get the proper signing keys and policies installed:\n\n  ```\n  sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/scottames/ublue:latest\n  ```\n\n- Reboot to complete the rebase:\n\n  ```\n  systemctl reboot\n  ```\n\n- Then rebase to the signed image, like so:\n\n  ```\n  sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/scottames/ublue:latest\n  ```\n\n- Reboot again to complete the installation\n\n  ```\n  systemctl reboot\n  ```\n\n## Staying Up to Date with Upstream\n\n- Last tracking [github.com/ublue-os/startingpoint](https://github.com/ublue-os/startingpoint) at [a700132](https://github.com/ublue-os/startingpoint/commit/a70013277e209a042d546d5a43ea3d39e26b1a08)\nIf necessary, set upstream with ublue-os\n\n```shell\ngit remote add upstream https://github.com/ublue-os/startingpoint.git\n```\n\nFetch \u0026 rebase\n\n```shell\n# Retrieve latest changes from upstream's template.\ngit fetch upstream template\ngit checkout template\ngit rebase upstream/template\n# resolve any conflicts\ngit push\n\n# Rebase your own \"live\" changes onto the latest template.\ngit checkout live\ngit rebase --onto live template\n\n# Perform a force-push to update your \"live\" branch on GitHub, to deploy.\n# The \"lease\" ensures that you won't overwrite \"live\" if GitHub's version\n# is different than your local version (ie. if a team member pushed to it).\ngit push --force-with-lease\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottames%2Fublue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscottames%2Fublue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscottames%2Fublue/lists"}