{"id":21476449,"url":"https://github.com/node-ci/nci-docker-node","last_synced_at":"2025-08-08T04:42:32.187Z","repository":{"id":57309219,"uuid":"67917297","full_name":"node-ci/nci-docker-node","owner":"node-ci","description":"Docker node for nci","archived":false,"fork":false,"pushed_at":"2018-11-22T09:37:32.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-01T11:29:36.755Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/node-ci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-11T07:49:10.000Z","updated_at":"2019-02-20T09:26:02.000Z","dependencies_parsed_at":"2022-08-29T02:51:59.784Z","dependency_job_id":null,"html_url":"https://github.com/node-ci/nci-docker-node","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/node-ci/nci-docker-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-docker-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-docker-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-docker-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-docker-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-ci","download_url":"https://codeload.github.com/node-ci/nci-docker-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-ci%2Fnci-docker-node/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268554909,"owners_count":24269062,"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-03T02:00:12.545Z","response_time":2577,"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-23T11:09:04.018Z","updated_at":"2025-08-08T04:42:32.132Z","avatar_url":"https://github.com/node-ci.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nci docker node\n\nDocker node for [nci](https://github.com/node-ci/nci).\n\nThis plugin allows to execute build in docker container.\n\n[![Build Status](https://travis-ci.org/node-ci/nci-docker-node.svg?branch=master)](https://travis-ci.org/node-ci/nci-docker-node)\n\n\n## nci host requirements\n\nThis plugins requires only docker client which should accessible as `docker` command\nfor user from which nci was started.\n\n\n## Remote host requirements\n\n* running docker server\n\n\n## Docker image requirements\n\n* git client \u003e= 1.9 (only for building git projects)\n* mercurial client \u003e= 2.8 (only for building mercurial projects)\n\n\n## Installation\n\n```sh\nnpm install nci-docker-node\n```\n\n## Usage\n\nAdd this plugin to the `plugins` section at server config, configure specific\nnode by adding it to `nodes` section e.g. (with yaml config):\n\n```yaml\n\nplugins:\n    - nci-docker-node\n\nnodes:\n    - type: docker\n      name: localDocker\n      usageStrategy: specificProject\n      maxExecutorsCount: 2\n      envs:\n          - !!js/regexp .*\n      options:\n          host: unix:///var/run/docker.sock\n          defaultEnv: node:4\n```\n\nAfter that `localDocker` node will be used for building projects\naccording to `usageStrategy`. During build nci will send commands\n(using docker client) to docker instance at `options.host`. \"node:4\" image\nwill be used by default, any other image (```envs``` allows any) name\ncan be passed from project (project can specify target ```envs```).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci-docker-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-ci%2Fnci-docker-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-ci%2Fnci-docker-node/lists"}