@@ -31,23 +31,23 @@ optionally configure Artifactory webhooks.
3131
3232These ` type=artifactory ` options override the generic registry handling for the ` --registry ` option:
3333
34- | Key | Required | Description |
35- | ------------------| :--------:| -------------|
36- | ` type ` | Yes | Must be ` artifactory ` . |
37- | ` registry ` | Yes | Docker/OCI registry hostname (e.g., ` example.jfrog.io ` ). |
38- | ` api ` | Yes | Artifactory REST API base URL (e.g., ` https://example.jfrog.io/artifactory ` ). |
39- | ` repository ` | Yes | Repository to watch (replaces ` --repository ` ). |
40- | ` includes ` | No | Globs to include (e.g., ` */frontend* ` ). |
41- | ` excludes ` | No | Globs to exclude (e.g., ` */legacy/* ` ). |
42- | ` port ` | No | Local port to listen on for webhook callbacks. |
43- | ` subdomain-mode ` | No | ` true ` or ` false ` ; matches Artifactory’s Docker layout (subdomain vs repo -path). |
34+ | Key | Required | Description |
35+ | ------------------| :--------:| ---------------------------------------------------------------------------------------- |
36+ | ` type ` | Yes | Must be ` artifactory ` . |
37+ | ` registry ` | Yes | Docker/OCI registry hostname (e.g., ` example.jfrog.io ` ). |
38+ | ` api ` | Yes | Artifactory REST API base URL (e.g., ` https://example.jfrog.io/artifactory ` ). |
39+ | ` repository ` | Yes | Repository to watch (replaces ` --repository ` ). |
40+ | ` includes ` | No | Globs to include (e.g., ` */frontend* ` ). |
41+ | ` excludes ` | No | Globs to exclude (e.g., ` */legacy/* ` ). |
42+ | ` port ` | No | Local port to listen on for webhook callbacks. |
43+ | ` subdomain-mode ` | No | ` true ` or ` false ` ; matches Artifactory’s Docker layout (subdomain versus repository -path). |
4444
4545## Integrate an Artifactory registry
4646
4747Use the following steps to integrate your Artifactory registry with Docker
4848Scout.
4949
50- 1 . Pick the host on which to run ` docker scout watch ` .
50+ 1 . Pick the host on which to run ` docker scout watch ` .
5151
5252 The host must have local or network access to your private registry and be able
5353 to access the Scout API (` https://api.scout.docker.com ` ) over the internet. If
0 commit comments