{"id":19378556,"url":"https://github.com/loong64/containerd-packaging","last_synced_at":"2026-03-14T02:46:18.553Z","repository":{"id":241236437,"uuid":"804677649","full_name":"loong64/containerd-packaging","owner":"loong64","description":"Linux distro packaging for containerd","archived":false,"fork":false,"pushed_at":"2025-07-31T15:18:19.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T02:33:32.864Z","etag":null,"topics":["containerd","debian","linux","loong64","loongarch64"],"latest_commit_sha":null,"homepage":"https://github.com/docker/containerd-packaging","language":"Dockerfile","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/loong64.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":"2024-05-23T03:52:17.000Z","updated_at":"2025-05-17T22:35:42.000Z","dependencies_parsed_at":"2025-04-30T10:59:49.697Z","dependency_job_id":"e227b7d6-1055-4a3b-845f-0c7e4aa2120b","html_url":"https://github.com/loong64/containerd-packaging","commit_stats":null,"previous_names":["loong64/containerd-packaging"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/loong64/containerd-packaging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loong64%2Fcontainerd-packaging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loong64%2Fcontainerd-packaging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loong64%2Fcontainerd-packaging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loong64%2Fcontainerd-packaging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loong64","download_url":"https://codeload.github.com/loong64/containerd-packaging/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loong64%2Fcontainerd-packaging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361402,"owners_count":26487881,"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-10-27T02:00:05.855Z","response_time":61,"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":["containerd","debian","linux","loong64","loongarch64"],"created_at":"2024-11-10T09:06:09.689Z","updated_at":"2025-10-27T23:38:19.571Z","avatar_url":"https://github.com/loong64.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# containerd-packaging\n\n# Usage:\n\nTo build a distro-specific package (rpm or deb):\n\n```bash\nmake clean\nmake docker.io/library/\u003cdistro\u003e:\u003cversion\u003e [docker.io/library/\u003cdistro\u003e:\u003cversion\u003e ...]\n\n# for example:\n# make quay.io/centos/centos:stream9\n# make docker.io/library/ubuntu:24.04\n```\n\nAfter build completes, packages can be found in the `build` directory.\n\n## Specifying the version to build\n\nBy default, packages are built from HEAD of the `release/1.7` branch, as\ndefines in [common/common.mk]. The version of runc defaults to the version\nas specified by the containerd project through the [script/setup/runc-version]\nfile in the containerd repository.\n\nUse the `REF` and `RUNC_REF` make variables to specify the versions to build.\nThe provided values must be a valid Git reference, which can be a commit\n(e.g., `ae71819` or `ae71819c4f5e67bb4d5ae76a6b735f29cc25774e`), branch\n(e.g. `main` or `release/1.7`), or tag (e.g. `v1.7.18`).\n\nThe following example builds packages for containerd v1.7.18 with\nrunc v1.1.12 for Ubuntu 24.04:\n\n```bash\nmake REF=v1.7.18 RUNC_REF=v1.1.12 docker.io/library/ubuntu:24.04\n```\n\n## Building a package from a local source directory\n\nSpecify the path to the local source directory using `CONTAINERD_DIR` and/or\n`RUNC_DIR`:\n\n```bash\nmake REF=\u003cgit reference\u003e CONTAINERD_DIR=\u003cpath to repository\u003e docker.io/library/\u003cdistro\u003e:\u003cversion\u003e\n```\n\nFor example:\n\n```bash\nmake clean\nmake REF=HEAD CONTAINERD_DIR=/home/me/go/src/github.com/containerd/containerd docker.io/library/ubuntu:jammy\n```\n\n## For package maintainers:\n\n* [deb package maintainers guide](debian/README.md)\n* [rpm package maintainers guide](rpm/README.md)\n\n\n[common/common.mk]: https://github.com/docker/containerd-packaging/blob/main/common/common.mk#L19\n[script/setup/runc-version]: https://github.com/containerd/containerd/blob/v1.7.18/script/setup/runc-version","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floong64%2Fcontainerd-packaging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floong64%2Fcontainerd-packaging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floong64%2Fcontainerd-packaging/lists"}