{"id":19460445,"url":"https://github.com/bjarneo/dockr","last_synced_at":"2025-07-25T08:08:39.248Z","repository":{"id":57142671,"uuid":"55890917","full_name":"bjarneo/dockr","owner":"bjarneo","description":"Automatically build docker image and push it to your registry.","archived":false,"fork":false,"pushed_at":"2023-12-02T14:45:05.000Z","size":15,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T10:22:38.725Z","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/bjarneo.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":"2016-04-10T09:33:55.000Z","updated_at":"2017-05-29T23:39:40.000Z","dependencies_parsed_at":"2024-11-10T17:49:46.772Z","dependency_job_id":null,"html_url":"https://github.com/bjarneo/dockr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bjarneo/dockr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2Fdockr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2Fdockr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2Fdockr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2Fdockr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjarneo","download_url":"https://codeload.github.com/bjarneo/dockr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2Fdockr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266977892,"owners_count":24015485,"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-07-25T02:00:09.625Z","response_time":70,"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-10T17:37:13.199Z","updated_at":"2025-07-25T08:08:39.196Z","avatar_url":"https://github.com/bjarneo.png","language":"JavaScript","readme":"Dockr\n======\n![Travis](https://travis-ci.org/bjarneo/dockr.svg?branch=master)\n\nAutomatically build docker image and push it to your registry.\n\nInstallation\n------\n```bash\n$ npm i --save dockr\n```\n\nUsage\n------\n```js\nconst execute = require('dockr');\n\nexecute({\n    registry: 'docker.yourRegistry.com', // default '' which pushes to docker.io/library\n    username: 'username', // default ''\n    imageName: 'myawesomeimage', // default ''\n    dockerFileLocation: '.', // default '.' current location,\n    timestamp: true, // default false. Append timestamp to the docker tag,\n    verbose: true // default false. Console log docker process.\n}).then(tag =\u003e {\n    console.log('Image successfully pushed to %s', tag);\n}).catch(console.error);\n```\n\nTests\n------\n```bash\n$ npm test\n```\n\nInspiration\n------\n[grunt-dockerbuild](https://github.com/olesku/grunt-dockerbuild)\n\nContribution\n------\nContributions are appreciated.\n\nLicense\n------\nMIT-licensed. See LICENSE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjarneo%2Fdockr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjarneo%2Fdockr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjarneo%2Fdockr/lists"}