You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To meet with [Docker consistency rules](https://github.com/docker-library/official-images#consistency)`sh` access is provided, _NOTE:_`bash` is not installed in the container
267
269
268
270
```
269
-
$ docker run --rm pactfoundation/pact-cli sh -c 'ls'
271
+
$ docker run --rm docker.swagger.io/pactfoundation/pact-cli sh -c 'ls'
270
272
Gemfile
271
273
Gemfile.lock
272
274
bin
@@ -277,7 +279,7 @@ pact-cli.gemspec
277
279
```
278
280
279
281
```
280
-
$ docker run --rm pactfoundation/pact-cli ls
282
+
$ docker run --rm docker.swagger.io/pactfoundation/pact-cli ls
281
283
Gemfile
282
284
Gemfile.lock
283
285
bin
@@ -294,3 +296,15 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/pact-f
294
296
## License
295
297
296
298
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
299
+
300
+
## Anonymized analytics
301
+
302
+
`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:
303
+
304
+
```sh
305
+
docker pull pactfoundation/pact-broker
306
+
```
307
+
308
+
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.
309
+
310
+
For more information, see [docs.pact.io/telemetry](https://docs.pact.io/telemetry).
0 commit comments