Skip to content

Commit 9bb9ef4

Browse files
authored
Merge pull request #23382 from usha-mandya/engdocs-2988
Update max image size section
2 parents 861a4f7 + 40a369e commit 9bb9ef4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/manuals/scout/explore/analysis.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,8 @@ rating system.
229229

230230
Image analysis on the Docker Scout platform, and analysis triggered by background
231231
indexing in Docker Desktop, has an image file size limit of 10 GB (uncompressed).
232-
To analyze images larger than that, you can either:
232+
To analyze images larger than that:
233233

234-
- Attach [SBOM attestations](/manuals/build/metadata/attestations/sbom.md) at build-time
235-
- Use the [CLI](#cli) to analyze the image locally
234+
- Attach an [SBOM attestation](/manuals/build/metadata/attestations/sbom.md) at build-time. When an image includes an SBOM attestation, Docker Scout uses it instead of generating one, so the 10 GB limit doesn’t apply.
235+
- Alternatively, you can use the [CLI](#cli) to analyze the image locally. The 10 GB limit doesn’t apply when using the CLI. If the image includes an SBOM attestation, the CLI uses it to complete the analysis faster.
236236

237-
Images analyzed locally with the CLI and images with SBOM attestations
238-
have no maximum file size.

0 commit comments

Comments
 (0)