Skip to content

Commit c9c31fd

Browse files
feedback and experimental tag
Signed-off-by: Craig <[email protected]>
1 parent eb9271b commit c9c31fd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ title: Integrate Docker Scout with Artifactory Container Registry
55
linkTitle: Artifactory Container Registry
66
---
77

8+
{{% experimental %}}
9+
10+
The `docker scout watch` command is experimental.
11+
12+
Experimental features are intended for testing and feedback as their
13+
functionality or design may change between releases without warning or
14+
can be removed entirely in a future release.
15+
16+
{{% /experimental %}}`
17+
818
Integrating Docker Scout with JFrog Artifactory lets you index and analyze
919
images from Artifactory. This integration is powered by a long-running
1020
`docker scout watch` process. It pulls images from your selected repositories
@@ -20,13 +30,19 @@ control and configure the Artifactory-specific registry string via `--registry
2030

2131
- Watch specific repositories or an entire registry
2232
- Optionally ingest all existing images once
23-
- Periodically refresh repository lists
33+
- Periodically refresh repository lists
2434
- Receive webhook callbacks from Artifactory on a local port you choose
2535

2636
Unlike the ACR and ECR integration flows, this setup does not create any cloud
2737
resources for you. You supply Artifactory credentials, start watch, and
2838
optionally configure Artifactory webhooks.
2939

40+
> [!NOTE]
41+
>
42+
> Docker Scout analyzes images locally. The image itself is never pushed to
43+
> Docker. Only the SBOM (Software Bill of Materials) and other metadata are sent
44+
> to Docker Scout.
45+
3046
### Artifactory-specific registry string options
3147

3248
These `type=artifactory` options override the generic registry handling for the `--registry` option:

0 commit comments

Comments
 (0)