{"id":29935203,"url":"https://github.com/sstendahl/sjoerdos","last_synced_at":"2026-04-19T10:31:37.890Z","repository":{"id":307278776,"uuid":"1028990393","full_name":"sstendahl/SjoerdOS","owner":"sstendahl","description":"Essentially just Universal Blue with different defaults","archived":false,"fork":false,"pushed_at":"2025-10-08T14:42:50.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T16:31:34.110Z","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":"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/sstendahl.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-07-30T11:05:45.000Z","updated_at":"2025-10-08T14:42:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"800f371d-b0c6-4b94-8931-5b755f7b5364","html_url":"https://github.com/sstendahl/SjoerdOS","commit_stats":null,"previous_names":["sstendahl/sjoerdos"],"tags_count":0,"template":false,"template_full_name":"blue-build/template","purl":"pkg:github/sstendahl/SjoerdOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FSjoerdOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FSjoerdOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FSjoerdOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FSjoerdOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sstendahl","download_url":"https://codeload.github.com/sstendahl/SjoerdOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FSjoerdOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32003989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":"2025-08-02T20:36:39.925Z","updated_at":"2026-04-19T10:31:37.878Z","avatar_url":"https://github.com/sstendahl.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cimg src=\"https://github.com/sstendahl/SjoerdOS/raw/main/files/system/usr/share/pixmaps/fedora_logo.svg\" width=\"300\"\u003e\n\n# SjoerdOS \u0026nbsp; [![bluebuild build badge](https://github.com/sstendahl/sjoerdos/actions/workflows/build.yml/badge.svg)](https://github.com/sstendahl/sjoerdos/actions/workflows/build.yml)\n\nThis is my personal spin of the Universal Blue `silverblue-nvidia` image.\n\nNote that this essentially just a way to save time setting up real and virtual machines, nothing more fancy than that. It's essentially just the default upstream image, but with the apps and settings that I typically install on first-setup. Basically just like any other \"distro\" that claims to be unique. \n\nEssentially it's still Fedora Silverblue at its core.\nAs the intended target audience of this image is me specifically, it's hyper-targeted to me personally and therefore doesn't neccesarily represent what I think a good distro would look like for general audiences. This image may includes applications that are only relevant to a very limited target audience of n = 1.\n\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/sstendahl/sjoerdos: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/sstendahl/sjoerdos: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/sstendahl/sjoerdos\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstendahl%2Fsjoerdos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsstendahl%2Fsjoerdos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstendahl%2Fsjoerdos/lists"}