{"id":46677476,"url":"https://github.com/syscode-labs/talos-ext-firecracker","last_synced_at":"2026-04-01T18:57:13.917Z","repository":{"id":342925540,"uuid":"1169651403","full_name":"syscode-labs/talos-ext-firecracker","owner":"syscode-labs","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-16T21:28:24.000Z","size":30,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-17T03:53:00.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syscode-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2026-03-01T01:59:19.000Z","updated_at":"2026-03-16T21:28:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/syscode-labs/talos-ext-firecracker","commit_stats":null,"previous_names":["syscode-labs/talos-ext-firecracker"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/syscode-labs/talos-ext-firecracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscode-labs%2Ftalos-ext-firecracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscode-labs%2Ftalos-ext-firecracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscode-labs%2Ftalos-ext-firecracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscode-labs%2Ftalos-ext-firecracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syscode-labs","download_url":"https://codeload.github.com/syscode-labs/talos-ext-firecracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syscode-labs%2Ftalos-ext-firecracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: 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":[],"created_at":"2026-03-08T23:14:09.083Z","updated_at":"2026-04-01T18:57:13.910Z","avatar_url":"https://github.com/syscode-labs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Talos Firecracker Extension\n\n[![CI](https://github.com/syscode-labs/talos-ext-firecracker/actions/workflows/ci.yml/badge.svg)](https://github.com/syscode-labs/talos-ext-firecracker/actions/workflows/ci.yml)\n[![Release Please](https://github.com/syscode-labs/talos-ext-firecracker/actions/workflows/release-please.yml/badge.svg)](https://github.com/syscode-labs/talos-ext-firecracker/actions/workflows/release-please.yml)\n[![Publish](https://github.com/syscode-labs/talos-ext-firecracker/actions/workflows/release.yml/badge.svg)](https://github.com/syscode-labs/talos-ext-firecracker/actions/workflows/release.yml)\n[![GHCR](https://img.shields.io/badge/registry-ghcr.io-blue)](https://ghcr.io/syscode-labs/talos-ext-firecracker)\n[![Talos](https://img.shields.io/badge/talos-%3E%3D1.7-0f62fe)](https://www.talos.dev/)\n[![Firecracker](https://img.shields.io/badge/firecracker-v1.9.0-orange)](https://github.com/firecracker-microvm/firecracker/releases/tag/v1.9.0)\n[![Platforms](https://img.shields.io/badge/platforms-amd64%20%7C%20arm64-brightgreen)](#)\n[![License](https://img.shields.io/badge/license-Apache--2.0-green)](https://www.apache.org/licenses/LICENSE-2.0)\n\nThis repo builds a **Talos system extension** that adds:\n\n- `firecracker`\n- `jailer`\n\nIn plain terms: it gives a Talos node the Firecracker binaries so that higher-level systems can start lightweight microVMs.\n\n## What This Does\n\n1. Downloads Firecracker release tarballs for `amd64` and `arm64`\n2. Verifies tarball checksums before extracting\n3. Packages binaries into a Talos extension image\n4. Publishes multi-arch images to GHCR on tagged releases\n\n## How Release Flow Works\n\n```mermaid\nflowchart LR\n  A[Push to main] --\u003e B[CI: lint + build]\n  B --\u003e C[Release Please opens/updates PR]\n  C --\u003e D[You review and merge release PR]\n  D --\u003e E[Tag created]\n  E --\u003e F[Publish workflow]\n  F --\u003e G[GHCR image + GitHub Release]\n```\n\n## Quick Start\n\nBuild locally:\n\n```bash\ndocker buildx build --platform linux/amd64,linux/arm64 -t talos-ext-firecracker:test .\n```\n\nRun local checks:\n\n```bash\npre-commit run --all-files\n```\n\nInstall git hooks:\n\n```bash\npre-commit install\npre-commit install --hook-type commit-msg\n```\n\n## Key Files\n\n- [`Dockerfile`](Dockerfile): downloads, verifies, and installs Firecracker binaries\n- [`manifest.yaml`](manifest.yaml): Talos extension metadata\n- [`.github/workflows/ci.yml`](.github/workflows/ci.yml): lint/build checks\n- [`.github/workflows/release-please.yml`](.github/workflows/release-please.yml): automated release PRs\n- [`.github/workflows/release.yml`](.github/workflows/release.yml): publish on tags\n- [`docs/release-process.md`](docs/release-process.md): release policy notes\n\n## Links\n\n- Talos extensions docs: https://www.talos.dev/latest/talos-guides/configuration/system-extensions/\n- Firecracker docs: https://firecracker-microvm.github.io/\n- Container image: https://ghcr.io/syscode-labs/talos-ext-firecracker\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyscode-labs%2Ftalos-ext-firecracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyscode-labs%2Ftalos-ext-firecracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyscode-labs%2Ftalos-ext-firecracker/lists"}