{"id":31441317,"url":"https://github.com/antznin/bitbake-setup-container","last_synced_at":"2026-02-16T04:31:13.931Z","repository":{"id":316235621,"uuid":"1062526869","full_name":"antznin/bitbake-setup-container","owner":"antznin","description":"Container files to use bitbake-setup","archived":false,"fork":false,"pushed_at":"2025-09-23T12:24:18.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-23T13:31:39.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antznin.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-23T11:24:57.000Z","updated_at":"2025-09-23T12:27:32.000Z","dependencies_parsed_at":"2025-09-23T13:31:41.866Z","dependency_job_id":null,"html_url":"https://github.com/antznin/bitbake-setup-container","commit_stats":null,"previous_names":["antznin/bitbake-setup-container"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/antznin/bitbake-setup-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antznin%2Fbitbake-setup-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antznin%2Fbitbake-setup-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antznin%2Fbitbake-setup-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antznin%2Fbitbake-setup-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antznin","download_url":"https://codeload.github.com/antznin/bitbake-setup-container/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antznin%2Fbitbake-setup-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277723116,"owners_count":25865943,"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-30T02:00:09.208Z","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":[],"created_at":"2025-09-30T16:53:48.107Z","updated_at":"2025-09-30T16:53:50.883Z","avatar_url":"https://github.com/antznin.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bitbake-setup-container\n\nThis repository contains files to generate a Podman or Docker image capable of\ninitializing builds with [`bitbake-setup`](https://git.openembedded.org/bitbake).\n\n## Features\n\n- [zsh](https://www.zsh.org) shell\n- [oh-my-zsh](https://ohmyz.sh) integrations\n- [zsh-bitbake](https://github.com/antznin/zsh-bitbake) plugin for bitbake completions\n- [QEMU](https://www.qemu.org)-ready\n\n## How to use\n\nStart the container:\n\n```shell\n$ ./run\n```\n\nThe `run` script can take extra arguments, which are passed to the container\ncommand. For example, to pass the current working directory as a volume:\n\n```shell\n$ ./run --volume \"$PWD\":\"$PWD\" --workdir \"$PWD\"\n```\n\n\u003e [!TIP]\n\u003e The default container engine can be changes by exporting the `CONTAINERCMD`\n\u003e variable:\n\u003e\n\u003e ```shell\n\u003e export CONTAINERCMD=docker\n\u003e ```\n\u003e\n\u003e The default is to use Podman.\n\n`bitbake-setup` will be part of the `$PATH`, meaning you can run `bitbake-setup`\ndirectly from the container:\n\n```shell\n$ bitbake-setup init\n```\n\n## Configuration\n\nThe `./run` script can be tweaked with environment variables:\n\n| Variable       | Description                | Default                                | Supported values                                                          |\n|----------------|----------------------------|----------------------------------------|---------------------------------------------------------------------------|\n| `CONTAINERCMD` | Command use for containers | `podman`                               | `podman` or `docker`                                                      |\n| `CONTAINERURI` | URI of the container image | `ghcr.io/antznin/bitbake-setup:latest` | Any valid URI.\u003cbr\u003eFor a local container: `localhost/bitbake-setup:latest` |\n\n## Building\n\n- Podman:\n\n  ```shell\n  podman build -t bitbake-setup:latest .\n  ```\n\n- Docker:\n\n  ```shell\n  docker build -t bitbake-setup:latest .\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantznin%2Fbitbake-setup-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantznin%2Fbitbake-setup-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantznin%2Fbitbake-setup-container/lists"}