{"id":23439568,"url":"https://github.com/ciricihq/oc-docker","last_synced_at":"2025-09-11T01:14:12.454Z","repository":{"id":93444573,"uuid":"87196171","full_name":"ciricihq/oc-docker","owner":"ciricihq","description":"OpenComponents registry docker image","archived":false,"fork":false,"pushed_at":"2017-11-20T09:06:47.000Z","size":86,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T07:53:53.643Z","etag":null,"topics":["docker","nodejs","opencomponents","registry"],"latest_commit_sha":null,"homepage":"https://github.com/opentable/oc","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ciricihq.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":"2017-04-04T14:24:30.000Z","updated_at":"2021-03-11T19:25:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c36aefa-17b3-458c-83ba-512fe81b29ac","html_url":"https://github.com/ciricihq/oc-docker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ciricihq/oc-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciricihq%2Foc-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciricihq%2Foc-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciricihq%2Foc-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciricihq%2Foc-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ciricihq","download_url":"https://codeload.github.com/ciricihq/oc-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ciricihq%2Foc-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274557698,"owners_count":25307540,"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-09-10T02:00:12.551Z","response_time":83,"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","nodejs","opencomponents","registry"],"created_at":"2024-12-23T15:30:28.171Z","updated_at":"2025-09-11T01:14:12.415Z","avatar_url":"https://github.com/ciricihq.png","language":"JavaScript","funding_links":[],"categories":["Registry Plugins/Utilities"],"sub_categories":[],"readme":"# oc-docker\n\nOpenComponents registry docker image\n\n## Using this image\n\nFirst download the latest build\n\n```\ndocker pull ciricihq/oc-docker\n```\n\nThen create your configuration somewhere. You have an example in `config.js.dist`.\n\nYou have to provide to container a config.js file like the next one:\n\n```javascript\nexports.configuration = {\n  verbosity: 1,\n  baseUrl: 'https://my-components-registry.mydomain.com/',\n  port: 3000,\n  tempDir: './temp/',\n  refreshInterval: 600,\n  pollingInterval: 5,\n  s3: {\n    key: '---key---',\n    secret: '---secret---',\n    bucket: 'your-bucked',\n    region: 'eu-west-1',\n    path: '//your-bucket.s3-website-eu-west-1.amazonaws.com',\n    componentsDir: 'components'\n  },\n  env: { name: 'production' }\n}\n```\n\nThen you are ready to run your new brand oc registry:\n\n```bash\ndocker run -d -v `pwd`/config.js:/app/config.js -p 3000 --name oc-registry ciricihq/oc-docker\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciricihq%2Foc-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciricihq%2Foc-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciricihq%2Foc-docker/lists"}