Skip to content

Commit 8cfcb65

Browse files
Merge pull request #91207 from openshift-cherrypick-robot/cherry-pick-91117-to-rhacs-docs-4.7
[rhacs-docs-4.7] ROX-28429: Add compression layers supported in scanners
2 parents c44259f + 51bab16 commit 8cfcb65

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

modules/scanning-images.adoc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,29 @@ Scanner can check for vulnerabilities in dependencies for the following programm
172172
|===
173173
. Only supported in Scanner V4.
174174

175+
[id="supported-layer-compression-formats_{context}"]
176+
== Supported layer compression formats
177+
178+
Container image layers are `.tar` file archives that might be compressed or uncompressed. StackRox Scanner and Scanner V4 support different formats as shown in the following table:
179+
180+
[cols="1,1,1",options="header"]
181+
|===
182+
| Format | Stackrox Scanner Support | Scanner V4 Support
183+
| No compression
184+
| Yes
185+
| Yes
186+
187+
|bzip2 | Yes | Yes
188+
189+
|gzip | Yes | Yes
190+
191+
|xz | Yes | No
192+
193+
|zstd | No | Yes
194+
195+
|===
196+
197+
175198
[id="supported-runtimes-frameworks_{context}"]
176199
== Supported runtimes and frameworks
177200

0 commit comments

Comments
 (0)