From c66235c7a0f6a902eeda9660a1aefe76df7ebf77 Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Mon, 23 Feb 2026 08:07:03 -0800 Subject: [PATCH] scout: remove experimental callout for watch (#24181) ## 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 - [ ] Editorial review --------- Signed-off-by: Craig Osterhout --- .../integrations/registry/artifactory.md | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/content/manuals/scout/integrations/registry/artifactory.md b/content/manuals/scout/integrations/registry/artifactory.md index a18d5b9b51..571d44d9c9 100644 --- a/content/manuals/scout/integrations/registry/artifactory.md +++ b/content/manuals/scout/integrations/registry/artifactory.md @@ -7,16 +7,6 @@ aliases: - /scout/artifactory/ --- -{{% experimental %}} - -The `docker scout watch` command is experimental. - -Experimental features are intended for testing and feedback as their -functionality or design may change between releases without warning or -can be removed entirely in a future release. - -{{% /experimental %}} - Integrating Docker Scout with JFrog Artifactory lets you index and analyze images from Artifactory. This integration is powered by a long-running `docker scout watch` process. It pulls images from your selected repositories @@ -156,7 +146,16 @@ Scout. 8. Continuously watch for new or updated images. Run `docker scout watch` with the `--refresh-registry` option to watch for - new images to index. The following is an example command: + new images to index. + + The `docker scout watch` command is a long-running process that must + continue running indefinitely in the background to receive webhooks and + watch for new images. If you run it directly in a terminal and close the + session, the process will stop. + + The following is an example command. You can run the process as a system + service, for example using `systemd` or `nohup`, to ensure it continues + running in the background. ```console $ docker scout watch --registry \