{"id":29669326,"url":"https://github.com/aninusmuffin/securemuffin","last_synced_at":"2026-05-16T18:38:26.716Z","repository":{"id":283889868,"uuid":"953205459","full_name":"aninusmuffin/securemuffin","owner":"aninusmuffin","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-13T11:04:47.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T01:33:14.075Z","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/aninusmuffin.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-03-22T20:09:14.000Z","updated_at":"2026-03-13T11:04:51.000Z","dependencies_parsed_at":"2025-03-22T21:20:45.786Z","dependency_job_id":"79317a4c-d722-4b69-b16f-72e4d88e3985","html_url":"https://github.com/aninusmuffin/securemuffin","commit_stats":null,"previous_names":["aninuscsalas/securebluefin","aninusmuffin/securebluefin","aninusmuffin/securemuffin"],"tags_count":0,"template":false,"template_full_name":"blue-build/template","purl":"pkg:github/aninusmuffin/securemuffin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aninusmuffin%2Fsecuremuffin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aninusmuffin%2Fsecuremuffin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aninusmuffin%2Fsecuremuffin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aninusmuffin%2Fsecuremuffin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aninusmuffin","download_url":"https://codeload.github.com/aninusmuffin/securemuffin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aninusmuffin%2Fsecuremuffin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33114708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-07-22T18:30:48.126Z","updated_at":"2026-05-16T18:38:26.711Z","avatar_url":"https://github.com/aninusmuffin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!WARNING]  \n\u003e For my personal use and testing, DO NOT USE PLS\n\n# securemuffin \u0026nbsp; [![bluebuild build badge](https://github.com/aninuscsalas/securebluefin/actions/workflows/build.yml/badge.svg)](https://github.com/aninuscsalas/securebluefin/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/aninusmuffin/securemuffin-hardened:latest\n  ```\n  ```\n  rpm-ostree rebase ostree-unverified-registry:ghcr.io/aninusmuffin/securemuffin-nvidia-hardened: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/aninusmuffin/securemuffin-nvidia-hardened: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/aninusmuffin/securemuffin\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faninusmuffin%2Fsecuremuffin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faninusmuffin%2Fsecuremuffin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faninusmuffin%2Fsecuremuffin/lists"}