{"id":23383599,"url":"https://github.com/n-a-m-e/aurora","last_synced_at":"2026-05-02T03:31:18.034Z","repository":{"id":261337295,"uuid":"884011273","full_name":"n-a-m-e/Aurora","owner":"n-a-m-e","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-24T05:27:42.000Z","size":204457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-24T05:32:31.469Z","etag":null,"topics":["atomic","bluebuild","bluebuild-image","custom-image","image-based","immutable","linux","linux-custom-image","oci","oci-image","operating-system"],"latest_commit_sha":null,"homepage":null,"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/n-a-m-e.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-06T01:14:33.000Z","updated_at":"2026-04-24T05:27:45.000Z","dependencies_parsed_at":"2024-11-20T08:21:16.334Z","dependency_job_id":"ef2fed79-eaf0-46aa-9490-6ae9c4043dcb","html_url":"https://github.com/n-a-m-e/Aurora","commit_stats":null,"previous_names":["n-a-m-e/aurora"],"tags_count":2,"template":false,"template_full_name":"blue-build/template","purl":"pkg:github/n-a-m-e/Aurora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-a-m-e%2FAurora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-a-m-e%2FAurora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-a-m-e%2FAurora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-a-m-e%2FAurora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n-a-m-e","download_url":"https://codeload.github.com/n-a-m-e/Aurora/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n-a-m-e%2FAurora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32522222,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["atomic","bluebuild","bluebuild-image","custom-image","image-based","immutable","linux","linux-custom-image","oci","oci-image","operating-system"],"created_at":"2024-12-21T22:28:26.132Z","updated_at":"2026-05-02T03:31:18.025Z","avatar_url":"https://github.com/n-a-m-e.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"- First rebase to the unsigned image, to get the proper signing keys and policies installed:\n  ```\n  sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/n-a-m-e/aurora-server:latest\n  ```\n  ```\n  sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/n-a-m-e/aurora-thinclient:latest\n  ```\n  ```\n  sudo rpm-ostree rebase ostree-unverified-registry:ghcr.io/n-a-m-e/aurora-client:latest\n  ```\n- Reboot to complete the rebase:\n  ```\n  sudo systemctl reboot\n  ```\n- Then rebase to the signed image, like so:\n  ```\n  sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/n-a-m-e/aurora-server:latest\n  ```\n  ```\n  sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/n-a-m-e/aurora-thinclient:latest\n  ```\n  ```\n  sudo rpm-ostree rebase ostree-image-signed:docker://ghcr.io/n-a-m-e/aurora-client:latest\n  ```\n- Reboot again to complete the installation\n  ```\n  sudo systemctl reboot\n  ```\n- Download ISO image for Aurora Thinclient\n  ```\n  base=https://github.com/n-a-m-e/Aurora/releases/download/thinclient-iso-latest/aurora-thinclient-latest.iso.part- \u0026\u0026 wget \"$base\"{00,01} \u0026\u0026 cat aurora-thinclient-latest.iso.part-* \u003e aurora-thinclient-latest.iso\n  ```\n\n# Aurora \u0026nbsp; [![bluebuild build badge](https://github.com/n-a-m-e/aurora/actions/workflows/build.yml/badge.svg)](https://github.com/n-a-m-e/aurora/actions/workflows/build.yml)\n\nSee the [BlueBuild docs](https://blue-build.org/how-to/setup/) for quick setup instructions for setting up your own repository based on this template.\n\nAfter setup, it is recommended you update this README to describe your custom image.\n\n## Installation\n\n\u003e **Warning**  \n\u003e [This is an experimental feature](https://www.fedoraproject.org/wiki/Changes/OstreeNativeContainerStable), try at your own discretion.\n\nTo rebase an existing atomic Fedora installation to the latest build:\n\n- First rebase to the unsigned image, to get the proper signing keys and policies installed:\n  ```\n  rpm-ostree rebase ostree-unverified-registry:ghcr.io/n-a-m-e/aurora:latest\n  ```\n- Reboot to complete the rebase:\n  ```\n  systemctl reboot\n  ```\n- Then rebase to the signed image, like so:\n  ```\n  rpm-ostree rebase ostree-image-signed:docker://ghcr.io/n-a-m-e/aurora:latest\n  ```\n- Reboot again to complete the installation\n  ```\n  systemctl reboot\n  ```\n\nThe `latest` tag will automatically point to the latest build. That build will still always use the Fedora version specified in `recipe.yml`, so you won't get accidentally updated to the next major version.\n\n## ISO\n\nIf build on Fedora Atomic, you can generate an offline ISO with the instructions available [here](https://blue-build.org/learn/universal-blue/#fresh-install-from-an-iso). These ISOs cannot unfortunately be distributed on GitHub for free due to large sizes, so for public projects something else has to be used for hosting.\n\n## Verification\n\nThese images are signed with [Sigstore](https://www.sigstore.dev/)'s [cosign](https://github.com/sigstore/cosign). You can verify the signature by downloading the `cosign.pub` file from this repo and running the following command:\n\n```bash\ncosign verify --key cosign.pub ghcr.io/n-a-m-e/aurora\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn-a-m-e%2Faurora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn-a-m-e%2Faurora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn-a-m-e%2Faurora/lists"}