{"id":20147694,"url":"https://github.com/surnet/docker-opencv","last_synced_at":"2026-04-13T04:03:34.113Z","repository":{"id":40425157,"uuid":"357176267","full_name":"Surnet/docker-opencv","owner":"Surnet","description":"opencv for multiple base images","archived":false,"fork":false,"pushed_at":"2024-11-11T09:21:52.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-13T11:17:06.405Z","etag":null,"topics":["alpine","docker","docker-image","dockerfile","node","opencv"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/u/surnet/","language":"Roff","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/Surnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["chdanielmueller"]}},"created_at":"2021-04-12T11:59:46.000Z","updated_at":"2024-11-11T09:21:55.000Z","dependencies_parsed_at":"2024-08-02T15:17:42.655Z","dependency_job_id":"3b895dc0-4537-4036-b1f0-61dce40c8b07","html_url":"https://github.com/Surnet/docker-opencv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surnet%2Fdocker-opencv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surnet%2Fdocker-opencv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surnet%2Fdocker-opencv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Surnet%2Fdocker-opencv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Surnet","download_url":"https://codeload.github.com/Surnet/docker-opencv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587802,"owners_count":19986628,"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","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":["alpine","docker","docker-image","dockerfile","node","opencv"],"created_at":"2024-11-13T22:30:38.517Z","updated_at":"2025-12-31T01:03:33.366Z","avatar_url":"https://github.com/Surnet.png","language":"Roff","funding_links":["https://github.com/sponsors/chdanielmueller"],"categories":[],"sub_categories":[],"readme":"# docker-opencv\n\nThis repo contains scripts to create docker images which will be available in multiple variants.\n\nThe purpose is to publish docker images with a working opencv installation and keep them as small as possible while delivering all functions.\nThe opencv version on node shall work for [opencv4nodejs](https://www.npmjs.com/package/opencv4nodejs).\n\n## Naming\n\nThe published images follow a naming convention.\n\n### Image name\n\nThe image name follows the format:\n\n`surnet/\u003cos\u003e-\u003cbase\u003e-opencv` or `surnet/\u003cos/base\u003e-opencv`\n\n- `\u003cos\u003e` matches the underlaying os.\n- `\u003cbase\u003e` matches the used base image.\n- `\u003cos/base\u003e` matches the used base image if the os and base image are the same.\n\ne.g. `surnet/alpine-node-opencv` or `surnet/alpine-opencv`\n\n### Tags\n\nThe tags represent version numbers which follow the format:\n\n`\u003c1\u003e-\u003c2\u003e-\u003c3\u003e`\n\n- `\u003c1\u003e` matches the version of the base image.\n- `\u003c2\u003e` matches the opencv version.\n- `\u003c3\u003e` matches the Edition (see next chapter).\n\ne.g. `16.14.2-4.5.4-base`\n\n## Editions\n\nThere are two editions available for each version.\n\n- `base` contains only opencv. This should be sufficient for most use-cases\n- `text` contains opencv and the module text from opencv_contrib.\n\n## Available Images\n\n### surnet/alpine-opencv\n\n[![Docker Stars](https://img.shields.io/docker/stars/surnet/alpine-opencv.svg)](https://hub.docker.com/r/surnet/alpine-opencv/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/surnet/alpine-opencv.svg)](https://hub.docker.com/r/surnet/alpine-opencv/)\n\nThis image can be used as a base for your project.\n\nFor a list of available versions please see the page on [Docker Hub](https://hub.docker.com/r/surnet/alpine-opencv/tags/) or the [GitHub Container Registry](https://github.com/orgs/Surnet/packages/container/package/alpine-opencv).\nIf a version you would like is missing please open an issue on this repo.\n\n#### Docker Hub\n\n```yaml\nFROM surnet/alpine-opencv:\u003cversion\u003e\n```\n\n#### GitHub Container Registry\n\n```yaml\nFROM ghcr.io/surnet/alpine-opencv:\u003cversion\u003e\n```\n\n### surnet/alpine-node-opencv\n\n[![Docker Stars](https://img.shields.io/docker/stars/surnet/alpine-node-opencv.svg)](https://hub.docker.com/r/surnet/alpine-node-opencv/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/surnet/alpine-node-opencv.svg)](https://hub.docker.com/r/surnet/alpine-node-opencv/)\n\nThis image can be used as a base for your NodeJS project.\nThe opencv version is compatible and configured for use with [opencv4nodejs](https://www.npmjs.com/package/opencv4nodejs).\n\nFor a list of available versions please see the page on [Docker Hub](https://hub.docker.com/r/surnet/alpine-node-opencv/tags/) or the [GitHub Container Registry](https://github.com/orgs/Surnet/packages/container/package/alpine-node-opencv).\nIf a version you would like is missing please open an issue on this repo.\n\n#### Docker Hub\n\n```yaml\nFROM surnet/alpine-node-opencv:\u003cversion\u003e\n```\n\n#### GitHub Container Registry\n\n```yaml\nFROM ghcr.io/surnet/alpine-node-opencv:\u003cversion\u003e\n```\n\n## Contribute\n\nPlease feel free to open a issue or pull request with suggestions.\n\nKeep in mind that the build process of these container takes some time.\n\n## Credits\n\nBased upon the following repos/inputs:\n- https://github.com/Surnet/docker-wkhtmltopdf\n- https://github.com/dkimg/opencv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurnet%2Fdocker-opencv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsurnet%2Fdocker-opencv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsurnet%2Fdocker-opencv/lists"}