Skip to content

Commit c66235c

Browse files
scout: remove experimental callout for watch (#24181)
<!--Delete sections as needed --> ## Description Scout watch is no longer experimental as of v1.19.0. Removed callout. Scout watch must continue running. Added the info to the step with a hint of some commands to run it as a system process. https://deploy-preview-24181--docsdocker.netlify.app/scout/integrations/registry/artifactory/ ## Related issues or tickets https://docker.slack.com/archives/C04C69EM70C/p1771418602873829?thread_ts=1754573643.278429&cid=C04C69EM70C ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Editorial review --------- Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
1 parent aac0c7f commit c66235c

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

content/manuals/scout/integrations/registry/artifactory.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ aliases:
77
- /scout/artifactory/
88
---
99

10-
{{% experimental %}}
11-
12-
The `docker scout watch` command is experimental.
13-
14-
Experimental features are intended for testing and feedback as their
15-
functionality or design may change between releases without warning or
16-
can be removed entirely in a future release.
17-
18-
{{% /experimental %}}
19-
2010
Integrating Docker Scout with JFrog Artifactory lets you index and analyze
2111
images from Artifactory. This integration is powered by a long-running
2212
`docker scout watch` process. It pulls images from your selected repositories
@@ -156,7 +146,16 @@ Scout.
156146
8. Continuously watch for new or updated images.
157147

158148
Run `docker scout watch` with the `--refresh-registry` option to watch for
159-
new images to index. The following is an example command:
149+
new images to index.
150+
151+
The `docker scout watch` command is a long-running process that must
152+
continue running indefinitely in the background to receive webhooks and
153+
watch for new images. If you run it directly in a terminal and close the
154+
session, the process will stop.
155+
156+
The following is an example command. You can run the process as a system
157+
service, for example using `systemd` or `nohup`, to ensure it continues
158+
running in the background.
160159

161160
```console
162161
$ docker scout watch --registry \

0 commit comments

Comments
 (0)