Skip to content

Commit a02dd5f

Browse files
author
Github Action
committed
chore: synced pactfoundation/pact-broker docker image docs
1 parent dfac39c commit a02dd5f

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

website/docs/pact_broker/docker_images/pactfoundation.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,13 +327,18 @@ See the [Troubleshooting][troubleshooting] page on the docs site.
327327

328328
## Anonymized analytics
329329

330-
`pactfoundation/pact-broker` uses [Scarf](https://scarf.sh/) to collect [anonymized download analytics](https://about.scarf.sh/about). These analytics help support the maintainers of this image and ONLY run when you pull the image through the Scarf gateway (the pull commands shown throughout this README). To opt out, pull the image directly from Docker Hub:
330+
`pactfoundation/pact-broker` uses [Scarf](https://scarf.sh/) to collect anonymized analytics that help support the maintainers of this image. Two things are tracked, independently of one another:
331+
332+
* A README impression pixel, served from `static.scarf.sh`.
333+
* A lightweight, anonymous ping (image version + platform) sent by the container's entrypoint on every startup.
334+
335+
To opt out of the startup ping, set either `PACT_DO_NOT_TRACK` or `SCARF_NO_ANALYTICS` to any non-empty value when running the container:
331336

332337
```sh
333-
docker pull pactfoundation/pact-broker
338+
docker run --rm -e PACT_DO_NOT_TRACK=1 pactfoundation/pact-broker
334339
```
335340

336-
Alternatively, block `static.scarf.sh` at the network level (or disable image loading in your browser when viewing this README) to disable the README impression pixel.
341+
To opt out of the README impression pixel, block `static.scarf.sh` at the network level, or disable image loading in your browser when viewing this README.
337342

338343
For more information, see [docs.pact.io/telemetry](https://docs.pact.io/telemetry).
339344

0 commit comments

Comments
 (0)