{"id":21301737,"url":"https://github.com/funbox/dkrpm","last_synced_at":"2026-05-20T05:37:38.912Z","repository":{"id":55475589,"uuid":"81071441","full_name":"funbox/dkrpm","owner":"funbox","description":"Dockerized RPM building process powered by RPMBuilder","archived":false,"fork":false,"pushed_at":"2020-12-28T14:43:40.000Z","size":1773,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-20T06:44:39.501Z","etag":null,"topics":["docker","rpm","rpmbuild"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/funbox.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}},"created_at":"2017-02-06T09:40:22.000Z","updated_at":"2022-11-05T14:59:57.000Z","dependencies_parsed_at":"2022-08-15T01:10:43.467Z","dependency_job_id":null,"html_url":"https://github.com/funbox/dkrpm","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/funbox/dkrpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fdkrpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fdkrpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fdkrpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fdkrpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funbox","download_url":"https://codeload.github.com/funbox/dkrpm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funbox%2Fdkrpm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268399989,"owners_count":24244440,"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-08-02T02:00:12.353Z","response_time":74,"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":["docker","rpm","rpmbuild"],"created_at":"2024-11-21T15:50:38.285Z","updated_at":"2026-05-20T05:37:37.106Z","avatar_url":"https://github.com/funbox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dkrpm\n\nShell wrapper for [RPMBuilder](https://github.com/essentialkaos/rpmbuilder).\n\n\u003cp align=\"center\"\u003e\u003ca href=\"#demo\"\u003eDemo\u003c/a\u003e • \u003ca href=\"#requirements\"\u003eRequirements\u003c/a\u003e • \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e • \u003ca href=\"#environment-variables\"\u003eEnvironment variables\u003c/a\u003e • \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e • \u003ca href=\"#shellcheck-status\"\u003eShellCheck Status\u003c/a\u003e • \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e • \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/p\u003e\n\n## Demo\n\n[![demo](demo.gif)](#usage)\n\n## Requirements\n\n- [Docker](https://docker.com/)\n- [Make](https://www.gnu.org/software/make/manual/make.html)\n\n## Installation\n\nInstall `dkrpm` shell script to the directory. Use `DESTDIR` parameter to override default path.\n\n```shell\nsudo make install\n```\n\n## Environment variables\n\n| Env var | Status | Default |\n|------------|--------|--------|\n| `DOCKER_RPMBUILDER_IMAGE` | [RPMBuilder](https://github.com/essentialkaos/rpmbuilder) Docker image | `essentialkaos/rpmbuilder:centos7` |\n| `DOCKER_PERFECTO_IMAGE` | [Perfecto](https://github.com/essentialkaos/perfecto) Docker image | `essentialkaos/perfecto:centos7` |\n\n## Usage\n\n```\nUsage: dkrpm command source \u003coption\u003e\n\nCommands:\n\n  p or pack             Create RPM package from spec file\n  u or unpack           Unpack source files from SRPM package\n  c or check            Validate spec file using Perfecto\n  d or debug            Run shell command instead of RPMBuilder\n  h or help             Show detailed information about command\n\nSee \"dkrpm help \u003ccommand\u003e\" for information on a specific command.\n\nExamples:\n\n  dkrpm pack htop.spec -V -1\n  dkrpm unpack htop-2.0.2-0.el7.src.rpm\n  dkrpm check htop.spec\n  dkrpm debug htop.spec\n```\n\n## ShellCheck Status\n\n| Branch | Status |\n|------------|--------|\n| `master` | [![Build Status](https://github.com/funbox/dkrpm/workflows/ci/badge.svg?branch=master)](https://github.com/funbox/dkrpm) |\n| `develop` | [![Build Status](https://github.com/funbox/dkrpm/workflows/ci/badge.svg?branch=develop)](https://github.com/funbox/dkrpm) |\n\n## Credits\n\n[Anton Novojilov](https://github.com/andyone) for RPMBuilder and ESSENTIAL KAOS repository.\n\n## License\n\nMIT\n\n[![Sponsored by FunBox](https://funbox.ru/badges/sponsored_by_funbox_centered.svg)](https://funbox.ru)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Fdkrpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunbox%2Fdkrpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunbox%2Fdkrpm/lists"}