{"id":25268261,"url":"https://github.com/nobodywatchin/bootc-testing","last_synced_at":"2026-04-27T20:33:23.801Z","repository":{"id":276871226,"uuid":"930585444","full_name":"nobodywatchin/bootc-testing","owner":"nobodywatchin","description":"this repo is for testing custom bootc images from different sources using BlueBuild","archived":false,"fork":false,"pushed_at":"2025-10-02T22:20:57.000Z","size":512,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T00:21:01.719Z","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":"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/nobodywatchin.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-02-10T21:48:02.000Z","updated_at":"2025-10-02T22:21:01.000Z","dependencies_parsed_at":"2025-03-25T22:20:48.745Z","dependency_job_id":"38b3ea3a-4901-4936-acac-2d6d3bc0fcb0","html_url":"https://github.com/nobodywatchin/bootc-testing","commit_stats":null,"previous_names":["nobodywatchin/bootc-testing"],"tags_count":0,"template":false,"template_full_name":"blue-build/template","purl":"pkg:github/nobodywatchin/bootc-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobodywatchin%2Fbootc-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobodywatchin%2Fbootc-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobodywatchin%2Fbootc-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobodywatchin%2Fbootc-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nobodywatchin","download_url":"https://codeload.github.com/nobodywatchin/bootc-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobodywatchin%2Fbootc-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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-02-12T10:24:26.776Z","updated_at":"2026-04-27T20:33:23.796Z","avatar_url":"https://github.com/nobodywatchin.png","language":"Just","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bootc-testing \u0026nbsp; [![bluebuild build badge](https://github.com/nobodywatchin/bootc-testing/actions/workflows/build.yml/badge.svg)](https://github.com/nobodywatchin/bootc-testing/actions/workflows/build.yml)\n\nThese are some custom bootc-based images based around EL9 and EL10 distributions.\n\nThere are currently only Almalinux 9 and 10 images with plans to add more distros in the future.\n\nThe GNOME Desktop is included with some extensions added as well.\n\nThese images are built strictly for testing -- they are NOT production-ready, use at your own risk!\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/nobodywatchin/bootc-testing\n```\n\nThe [Red Hat](https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/using_image_mode_for_rhel_to_build_deploy_and_manage_operating_systems/deploying-the-rhel-bootc-images_using-image-mode-for-rhel-to-build-deploy-and-manage-operating-systems#building-and-launching-configured-images_deploying-the-rhel-bootc-images) and [OSBuild](https://osbuild.org/docs/bootc/) documentation on building bootc images is quite in-depth if you want to tinker. \n\nIn the meantime, here are some simple commands to get up and running:\n\n# Building as a VM\n\n```bash\nTMP=$(mktemp) \u0026\u0026 \\\ncurl -fsSL https://raw.githubusercontent.com/nobodywatchin/bootc-testing/main/image.toml -o \"$TMP\" \u0026\u0026 \\\nsudo podman pull ghcr.io/nobodywatchin/alma10-server:latest \u0026\u0026 \\\nsudo podman pull quay.io/centos-bootc/bootc-image-builder:latest \u0026\u0026 \\\nsudo podman run --rm -it --privileged --pull=newer \\\n  --security-opt label=type:unconfined_t \\\n  --network=host \\\n  -v /var/lib/containers/storage:/var/lib/containers/storage \\\n  -v \"$(pwd)/output:/output\" \\\n  -v \"$TMP:/config.toml:ro\" \\\n  quay.io/centos-bootc/bootc-image-builder:latest \\\n  --type qcow2 \\\n  --progress verbose \\\n  --use-librepo=false \\\n  --config /config.toml \\\n  ghcr.io/nobodywatchin/alma10-server:latest\nrm -f \"$TMP\"\n\n```\n\n# Building ISO File\n\n```bash\nTMP=$(mktemp) \u0026\u0026 \\\ncurl -fsSL https://raw.githubusercontent.com/nobodywatchin/bootc-testing/main/iso.toml -o \"$TMP\" \u0026\u0026 \\\nsudo podman pull ghcr.io/nobodywatchin/alma10-server:latest \u0026\u0026 \\\nsudo podman pull quay.io/centos-bootc/bootc-image-builder:latest \u0026\u0026 \\\nsudo podman run --rm -it --privileged --pull=newer \\\n  --security-opt label=type:unconfined_t \\\n  --network=host \\\n  -v /var/lib/containers/storage:/var/lib/containers/storage \\\n  -v \"$(pwd)/output:/output\" \\\n  -v \"$TMP:/config.toml:ro\" \\\n  quay.io/centos-bootc/bootc-image-builder:latest \\\n  --type iso \\\n  --progress verbose \\\n  --use-librepo=false \\\n  --config /config.toml \\\n  ghcr.io/nobodywatchin/alma10-server:latest\nrm -f \"$TMP\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnobodywatchin%2Fbootc-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnobodywatchin%2Fbootc-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnobodywatchin%2Fbootc-testing/lists"}