{"id":31060195,"url":"https://github.com/renner0e/fedora-pi-bootc","last_synced_at":"2026-05-16T01:31:13.318Z","repository":{"id":314328038,"uuid":"1055068000","full_name":"renner0e/fedora-pi-bootc","owner":"renner0e","description":"Raspberry Pi4 Fedora bootc image","archived":false,"fork":false,"pushed_at":"2025-09-11T20:34:01.000Z","size":37,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-11T22:16:13.942Z","etag":null,"topics":["bootc","fedora","raspberry-pi-4","raspbery-pi"],"latest_commit_sha":null,"homepage":"","language":"Just","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/renner0e.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":null,"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-09-11T18:07:43.000Z","updated_at":"2025-09-11T20:54:31.000Z","dependencies_parsed_at":"2025-09-11T22:16:24.075Z","dependency_job_id":"16dae178-cf64-480e-81e4-e1803a8ac7ef","html_url":"https://github.com/renner0e/fedora-pi-bootc","commit_stats":null,"previous_names":["renner0e/fedora-pi-bootc"],"tags_count":null,"template":false,"template_full_name":"ublue-os/image-template","purl":"pkg:github/renner0e/fedora-pi-bootc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Ffedora-pi-bootc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Ffedora-pi-bootc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Ffedora-pi-bootc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Ffedora-pi-bootc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renner0e","download_url":"https://codeload.github.com/renner0e/fedora-pi-bootc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renner0e%2Ffedora-pi-bootc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275239421,"owners_count":25429489,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"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":["bootc","fedora","raspberry-pi-4","raspbery-pi"],"created_at":"2025-09-15T10:01:12.114Z","updated_at":"2026-05-16T01:31:08.272Z","avatar_url":"https://github.com/renner0e.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom image based on Fedora Bootc for Raspberry Pi 4\n\nBuilt upon the work of https://github.com/ondrejbudai/fedora-bootc-raspi\n# How to Use\n\n\n## Cross build an arm image from x86 (slow af):\n```bash\nsudo podman build . --arch arm64 -t localhost/fedora-pi-bootc:latest\n```\n\nEdit `config.toml` to your liking to setup ssh key, password and corresponding user\n\n\n## Create an arm disk image from an x86 machine (also slow af):\n```bash\nmkdir output\nsudo podman run \\\n  --rm \\\n  -it \\\n  --privileged \\\n  --pull=newer \\\n   --security-opt label=type:unconfined_t \\\n   -v $(pwd)/output:/output \\\n   -v $(pwd)/config.toml:/config.toml \\\n   -v /var/lib/containers/storage:/var/lib/containers/storage \\\n   quay.io/centos-bootc/bootc-image-builder:latest \\\n   --type raw \\\n   --local \\\n   --target-arch arm64 \\\n   --rootfs ext4 \\\n   localhost/fedora-pi-bootc:latest\n```\n\n## arm-image-installer can only do xz archives\n```bash\npv output/image/disk.raw | xz -9 -T0 \u003e output/image/disk.raw.xz\n```\n\n## Actually flash the image to the sdcard\n```bash\nsudo arm-image-installer \\\n    --target=rpi4 \\\n    --media=/dev/mysdcard \\\n    --image output/raw/disk.raw.xz \\\n    --resizefs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenner0e%2Ffedora-pi-bootc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenner0e%2Ffedora-pi-bootc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenner0e%2Ffedora-pi-bootc/lists"}