{"id":19010731,"url":"https://github.com/rhiokim/docker-build","last_synced_at":"2026-06-13T21:31:58.094Z","repository":{"id":137345642,"uuid":"75419655","full_name":"rhiokim/docker-build","owner":"rhiokim","description":"Docker build image","archived":false,"fork":false,"pushed_at":"2016-12-03T04:11:26.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T15:35:53.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/rhiokim.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-02T18:11:26.000Z","updated_at":"2016-12-02T18:13:08.000Z","dependencies_parsed_at":"2023-03-15T03:03:40.280Z","dependency_job_id":null,"html_url":"https://github.com/rhiokim/docker-build","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rhiokim/docker-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fdocker-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fdocker-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fdocker-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fdocker-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhiokim","download_url":"https://codeload.github.com/rhiokim/docker-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiokim%2Fdocker-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34301730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":"2024-11-08T19:12:19.199Z","updated_at":"2026-06-13T21:31:58.067Z","avatar_url":"https://github.com/rhiokim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-build\n\nBuild a Docker image via shell command.\n\n## Installation\n\nInstall:\n\n  $ npm install docker-build\n\nRequire:\n\n  var dockerBuild = require('docker-build');\n\n## API\n\n#### `build(name, targetPath, [options], cb)`\n\nBuild `targetPath` source as `name` image, calling `cb` on completion.\n\nSupported `options`:\n  * https://docs.docker.com/engine/reference/commandline/build/\n\n```\ndockerBuild('imageName', {\n  'file': 'PATH/Dockerfile',\n  'tag': 'v1.0.0', //(default latest)\n  'label': [\n    'node=v7.2.0',\n    'docker=1.13.rc0'\n  ],\n  'no-cache': '',\n  'rm': true\n})\n```\n\n## Copyright \u0026amp; License\n\n\u0026copy; 2016 Rhio Kim [ [@rhiokim](http://twitter.com/rhiokim) / [rhio.kim@gmail.com](mailto:rhio.kim@gmail.com) ]\n\nReleased under the ISC license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhiokim%2Fdocker-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhiokim%2Fdocker-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhiokim%2Fdocker-build/lists"}