Skip to content

Commit

Permalink
Document FLEET_PACKAGE_REGISTRY_DOCKER_IMAGE var
Browse files Browse the repository at this point in the history
  • Loading branch information
John Schulz authored Jun 17, 2021
1 parent ae88300 commit 527fdef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x-pack/plugins/fleet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ You need to have `docker` to run ingest manager api integration tests
```
FLEET_PACKAGE_REGISTRY_PORT=12345 yarn test:ftr:runner --config x-pack/test/fleet_api_integration/config.ts --grep='fleet'
```

**Note** you can also supply which docker image to use for the package registry via the `FLEET_PACKAGE_REGISTRY_DOCKER_IMAGE` env variable. For example,

```
FLEET_PACKAGE_REGISTRY_DOCKER_IMAGE='docker.elastic.co/package-registry/distribution:production' FLEET_PACKAGE_REGISTRY_PORT=12345 yarn test:ftr:runner
```

0 comments on commit 527fdef

Please sign in to comment.