{"id":19934335,"url":"https://github.com/kickball/ooniprobe","last_synced_at":"2026-05-14T19:31:44.943Z","repository":{"id":61590791,"uuid":"547354662","full_name":"Kickball/ooniprobe","owner":"Kickball","description":"Container image for the OONI Probe","archived":false,"fork":false,"pushed_at":"2023-02-01T14:03:58.000Z","size":54,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T11:46:03.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/Kickball.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-10-07T14:44:04.000Z","updated_at":"2022-10-14T19:22:48.000Z","dependencies_parsed_at":"2023-02-17T06:15:50.799Z","dependency_job_id":null,"html_url":"https://github.com/Kickball/ooniprobe","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Kickball/ooniprobe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kickball%2Fooniprobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kickball%2Fooniprobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kickball%2Fooniprobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kickball%2Fooniprobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kickball","download_url":"https://codeload.github.com/Kickball/ooniprobe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kickball%2Fooniprobe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33039967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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-12T23:16:34.465Z","updated_at":"2026-05-14T19:31:44.927Z","avatar_url":"https://github.com/Kickball.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ooniprobe #\n\n![GitHub](https://img.shields.io/github/license/kickball/ooniprobe)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/kickball/ooniprobe?label=release)\n\nUsing this container you can have [The Open Observatory of Network Interference (OONI)'s Probe](https://github.com/ooni/probe-cli) up and running in minutes. The probe is an open source tool designed to collect information about network censorship and surveillance, which is published for use in research.\n\nA full list of tests ran by the tool can be found on [OONI's website](https://ooni.org/nettest/).\n\n## Risks ##\n\nThe OONI probe is designed to measure censorship and surveillance of networks. As part of its tests, it will attempt to connect to websites which could be provocative, objectionable or illegal in some countries.\n\nBy default, results of the test are published publically, including to those who may view its usage as a threat/issue (see #Optional variables for disabling this publication). Though anyone monitoring your internet activity will be able to see that you are running OONI Probe even the data is not published.\n\nPlease review OONI's [disclaimer](https://ooni.org/support/ooni-probe-cli#disclaimer) and [risks](https://ooni.org/about/risks/) pages for more information, particularly if operating in a high risk environment.\n\n## Image tags ##\n\nThe images of this container are tagged with [semantic versions](https://semver.org) that align with the [version and build of OONI Probe](https://github.com/ooni/probe-cli/releases) that will be ran.\n\nIt is recommended that most users use the `:release` tag.\n\n| Image:tag | Description |\n|-----------|-------------|\n|`kickball/ooniprobe:release` | The most recent image from the `stable` channel.  Most users will use this tag.  The `latest` tag always points to the same version as `release`.|\n|`kickball/ooniprobe:3.16.3`| An exact image version. |\n|`kickball/ooniprobe:3.16`| The most recent image matching the major and minor version numbers. |\n|`kickball/ooniprobe:3`| The most recent image matching the major version number. |\n|`kickball/ooniprobe:latest`| See the `release` tag.  [Why does `latest` == `release`?](https://vsupalov.com/docker-latest-tag/) |\n\nSee the [tags tab](https://hub.docker.com/r/kickball/ooniprobe/tags) on Docker Hub for a list of all the supported tags.\n\n## Optional variables ##\n\nThe below are environment variables which can be specified a run-time (so they do not require rebuilding the container image) to alter the containers behaviour.\n\nThey can be used as follows: `docker run --rm --env VARIABLE_NAME='$variable_value' kickball/ooniprobe:3.16.3`.\n\nAs an example; `docker run --rm --env OONIPROBE_UPLOAD_RESULTS='false' --env OONIPROBE_DEBUG='true' kickball/ooniprobe:3.16.3`, would disable the public upload of the scan results and enable debug information.\n\n| Name  | Purpose | Default |\n|-------|---------|---------|\n| `OONIPROBE_UPLOAD_RESULTS` | This is a boolean (true or false) option which determines if the measurement results should be automatically uploaded to the OONI collectors. | `true` |\n| `OONIPROBE_DEBUG` | This is a boolean (true or false) option which determines whether additional debug information should be logged during container runtime. | `false` |\n\n## FAQ ##\n\nYou can find answers to frequently asked questions on our [FAQ](FAQ.md).\n\n## Contributing ##\n\nAll contributions and feedback is welcome! Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.\n\n## License ##\n\nThis project is released as open source under the [GNU General Public License v3.0](LICENSE), the same license as the [OONI Probe Software](https://github.com/ooni/probe-cli/blob/master/LICENSE).\n\nAll contributions to this project will be released under the same GNU General Public License v3.0. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickball%2Fooniprobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkickball%2Fooniprobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickball%2Fooniprobe/lists"}