{"id":38923846,"url":"https://github.com/elotl/kip-cell-image","last_synced_at":"2026-01-17T15:35:40.098Z","repository":{"id":48356533,"uuid":"263733358","full_name":"elotl/kip-cell-image","owner":"elotl","description":"Debian package and scripts for building Kip cell images","archived":false,"fork":false,"pushed_at":"2021-08-11T09:27:18.000Z","size":95,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-09T22:51:35.935Z","etag":null,"topics":["kubernetes","serverless"],"latest_commit_sha":null,"homepage":"https://github.com/elotl/kip","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/elotl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-13T20:13:45.000Z","updated_at":"2020-12-18T18:13:55.000Z","dependencies_parsed_at":"2022-08-19T05:01:38.512Z","dependency_job_id":null,"html_url":"https://github.com/elotl/kip-cell-image","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/elotl/kip-cell-image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elotl%2Fkip-cell-image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elotl%2Fkip-cell-image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elotl%2Fkip-cell-image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elotl%2Fkip-cell-image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elotl","download_url":"https://codeload.github.com/elotl/kip-cell-image/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elotl%2Fkip-cell-image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":["kubernetes","serverless"],"created_at":"2026-01-17T15:35:40.005Z","updated_at":"2026-01-17T15:35:40.065Z","avatar_url":"https://github.com/elotl.png","language":"Shell","readme":"# Debian package and scripts for building Kip cell images\n\nDebian package for installing components required on a [Kip](https://github.com/elotl/kip) cell image. Images using the package are also built automatically for every change.\n\n## Usage\n\n[Kip cells](https://github.com/elotl/kip/blob/master/docs/cells.md) are cloud VM instances that run pods. Kip uses pre-built images for cells. There are a couple of software components needed on a cell image so that Kip can run pods on it:\n* [itzo](https://github.com/elotl/itzo), the cell agent,\n* [tosi](https://github.com/elotl/tosi), for pulling container images for pods and\n* [kube-router](https://github.com/cloudnativelabs/kube-router), the network agent acting as a Kubernetes service proxy and Kubernetes network policy agent.\n\nThe default images use [itzo-launcher](https://github.com/elotl/itzo-launcher) for ensuring the right version of itzo is available at boot, and perform boot-time tasks.\n\nTo build a debian package with all these components:\n\n    ./build.sh\n\nThis will create a package in the current directory.\n\nYou can specify a version number for the build:\n\n    VERSION=v0.1.2-foo1 ./build.sh\n    [...]\n    ls -1 kip-cell_*_amd64.deb\n    kip-cell_0.1.2-foo1_amd64.deb\n\nYou can take this debian package and install it on your own image if you would like to create an image that can boot up as a Kip cell.\n\nUsing the .deb package, you can also build an AWS and GCP image:\n\n    VERSION=v0.1.2-foo1 ./build.sh\n    [...]\n    # Configure your GCE and AWS access.\n    export GOOGLE_CLOUD_KEYFILE_JSON=/home/ubuntu/\u003cmy-gce-account-file\u003e.json\n    export AWS_ACCESS_KEY_ID=...\n    export AWS_SECRET_ACCESS_KEY=...\n    packer build -var package=kip-cell_${VERSION:1}_amd64.deb packer.json\n\nThis needs [packer](https://www.packer.io/).\n\n## Automated builds\n\nA GitHub Action is configured to build images automatically for every push. The image name is based on `git describe`. For example:\n\n    git tag -am \"foo1\" foo1\n    git push --tags\n\nThe resulting image in this case will be called `elotl-kipdev-foo1` on AWS, and `elotl-kipdev-foo1` on GCE.\n\nGit tags with a semantic version like `v1.2.3` will update `elotl-kip-latest` on GCE (since on GCE, Kip uses this fixed image name by default), and create a new `elotl-kip-\u003cversion\u003e` image on AWS (on AWS, by the default the latest AMI named `elotl-kip-*` is used by kip).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felotl%2Fkip-cell-image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felotl%2Fkip-cell-image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felotl%2Fkip-cell-image/lists"}