{"id":22320163,"url":"https://github.com/nimbolus/openstack-kolla-images","last_synced_at":"2026-01-05T08:48:29.698Z","repository":{"id":266063981,"uuid":"897273124","full_name":"nimbolus/openstack-kolla-images","owner":"nimbolus","description":"Pipeline for building custom OpenStack Kolla container images","archived":false,"fork":false,"pushed_at":"2025-01-11T16:29:38.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T06:07:44.772Z","etag":null,"topics":["kolla","openstack"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nimbolus.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}},"created_at":"2024-12-02T10:49:09.000Z","updated_at":"2025-01-11T16:29:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"3313b3fd-40ab-4470-b3af-7e0b3fd49b0c","html_url":"https://github.com/nimbolus/openstack-kolla-images","commit_stats":null,"previous_names":["nimbolus/openstack-kolla-images"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimbolus%2Fopenstack-kolla-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimbolus%2Fopenstack-kolla-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimbolus%2Fopenstack-kolla-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimbolus%2Fopenstack-kolla-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nimbolus","download_url":"https://codeload.github.com/nimbolus/openstack-kolla-images/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245588452,"owners_count":20640131,"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","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":["kolla","openstack"],"created_at":"2024-12-04T00:12:38.921Z","updated_at":"2026-01-05T08:48:29.655Z","avatar_url":"https://github.com/nimbolus.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openstack-kolla-images\n\nPipeline for building custom [OpenStack Kolla](https://docs.openstack.org/kolla/latest/index.html) container images.\n\n## Build\n\n### Development\n\nPrepare environment:\n```sh\n# create venv\npython3 -m venv venv\n# activate venv\nsource venv/bin/activate\n# install requirements\npip install -r requirements.txt\n# install kolla\npip install git+https://opendev.org/openstack/kolla@stable/2024.1\n```\n\nBuild images:\n```sh\nkolla-build --config-file kolla-build.conf --profile custom\n```\n\n### GitHub Workflow\n\n![build-images](https://github.com/nimbolus/openstack-kolla-images/actions/workflows/build.yml/badge.svg)\n\nGo to [Actions](https://github.com/nimbolus/openstack-kolla-images/actions/workflows/build.yml) and click on `Run workflow`.\n\nImages are pushed to [quay.io/nimbolus](https://quay.io/organization/nimbolus).\n\n## Customization\n\n### Add a Patch\n\n1. Add patch file to `patches/\u003cimage-name\u003e/\u003cpatch-name\u003e.patch`.\n2. Add patch file name to `patches/\u003cimage-name\u003e/series` file.\n3. Create additions archive in [kolla-build.conf](./kolla-build.conf):\n\n```ini\n[\u003cimage-name\u003e-additions-patches]\ntype = local\nlocation = patches/\u003cimage-name\u003e/\n```\n\n4. Install `patch` binary and apply the patches in [template_overrides.j2](./template_overrides.j2):\n\n```python\n{% set \u003cimage-name\u003e_packages_append = ['patch'] %}\n{% block \u003cimage-name\u003e_footer %}\nADD additions-archive /\nRUN bash -c 'while read patch; do patch -d /var/lib/kolla/venv/lib/python3.9/site-packages -p 1 -i /additions/$patch; done \u003c /additions/series'\n{% endblock %}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimbolus%2Fopenstack-kolla-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimbolus%2Fopenstack-kolla-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimbolus%2Fopenstack-kolla-images/lists"}