{"id":34790374,"url":"https://github.com/tuandatdavid/cosmic-atomic","last_synced_at":"2026-05-20T23:39:03.188Z","repository":{"id":325814034,"uuid":"1102474328","full_name":"tuandatdavid/cosmic-atomic","owner":"tuandatdavid","description":"My personal cosmic image","archived":false,"fork":false,"pushed_at":"2026-01-01T20:06:33.000Z","size":5428,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-07T04:20:51.413Z","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":"","language":"Makefile","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/tuandatdavid.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":"2025-11-23T14:29:17.000Z","updated_at":"2026-01-01T20:06:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tuandatdavid/cosmic-atomic","commit_stats":null,"previous_names":["tuandatdavid/cosmic-atomic"],"tags_count":0,"template":false,"template_full_name":"blue-build/template","purl":"pkg:github/tuandatdavid/cosmic-atomic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandatdavid%2Fcosmic-atomic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandatdavid%2Fcosmic-atomic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandatdavid%2Fcosmic-atomic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandatdavid%2Fcosmic-atomic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuandatdavid","download_url":"https://codeload.github.com/tuandatdavid/cosmic-atomic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuandatdavid%2Fcosmic-atomic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33280305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-20T15:12:43.734Z","status":"ssl_error","status_checked_at":"2026-05-20T15:12:42.300Z","response_time":356,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-12-25T09:58:46.334Z","updated_at":"2026-05-20T23:39:03.175Z","avatar_url":"https://github.com/tuandatdavid.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cosmic-atomic \u0026nbsp; [![bluebuild build badge](https://github.com/tuandatdavid/cosmic-atomic/actions/workflows/build.yml/badge.svg)](https://github.com/tuandatdavid/cosmic-atomic/actions/workflows/build.yml)\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\nThis basically copies everything around it to be cosmic but with dx.\n\n## Credits:\n- Sparkrai's bluebuild implementation of [Bazzite-dx](https://github.com/Sparkrai/bazzite-dx)\n- Bluebuild maintainers for their base [images](https://github.com/blue-build/base-images)\n- [Universal Blue](universal-blue.org)\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/tuandatdavid/cosmic-atomic: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/tuandatdavid/cosmic-atomic: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/tuandatdavid/cosmic-atomic\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuandatdavid%2Fcosmic-atomic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuandatdavid%2Fcosmic-atomic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuandatdavid%2Fcosmic-atomic/lists"}