Docker Executable (Deprecated)
--detect.docker.pathPath to the docker executable (used to load image inspector Docker images in order to run the Docker Inspector in air gap mode).
DEPRECATED: Docker Inspector support is deprecated. This property will be removed in 13.0.0.
| Details | |
|---|---|
| Added | 3.0.0 |
| Type | Optional Path |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
| Example | /usr/local/bin/docker |
Docker Image ID (Deprecated)
--detect.docker.image.idThe ID (shown in the 'IMAGE ID' column of 'docker images' output) of the target Docker image. The target image must already be local (must appear in the output of 'docker images').
detect.docker.image, detect.docker.tar, and detect.docker.image.id are three alternative ways to specify an image (you should only set one of these properties).
DEPRECATED: Docker Inspector support is deprecated. This property will be removed in 13.0.0.
| Details | |
|---|---|
| Added | 6.1.0 |
| Type | Optional String |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
| Example | fe1cc5b91830 |
Docker Image Name (Deprecated)
--detect.docker.imageThe Docker image name (repo:tag) to inspect.
For Detect to run Docker Inspector, either this property, detect.docker.tar, or detect.docker.image.id must be set. Docker Inspector finds packages installed by the Linux package manager in Linux-based images. detect.docker.image, detect.docker.tar, and detect.docker.image.id are three alternative ways to specify an image (you should only set one of these properties). When a value of this property is provided, Docker Inspector will use the Docker engine to pull the image.
DEPRECATED: Docker Inspector support is deprecated. This property will be removed in 13.0.0.
| Details | |
|---|---|
| Added | 3.0.0 |
| Type | Optional String |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
| Example | ubuntu:22.04 |
Docker Inspector Path (Deprecated)
--detect.docker.inspector.pathUse this property to point Detect to a local Docker Inspector jar file, instead of the default Docker Inspector jar file that Detect downloads from the binary repository. You need to ensure the version is compatible (the same major version that Detect downloads by default).
DEPRECATED: Docker Inspector support is deprecated. This property will be removed in 13.0.0.
| Details | |
|---|---|
| Added | 3.0.0 |
| Type | Optional Path |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
Docker Inspector Version (Deprecated)
--detect.docker.inspector.versionVersion of the Docker Inspector to use. By default Detect will attempt to automatically determine the version to use.
DEPRECATED: Docker Inspector support is deprecated. This property will be removed in 13.0.0.
| Details | |
|---|---|
| Added | 3.0.0 |
| Type | Optional String |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
| Example | 9.1.1 |
Docker Passthrough (Deprecated)
--detect.docker.passthroughAdditional properties may be passed to the docker inspector by adding the prefix detect.docker.passthrough to each Docker Inspector property name and assigning a value. The 'detect.docker.passthrough' prefix will be removed from the property name to generate the property name passed to Docker Inspector (with the given value).
DEPRECATED: Docker Inspector support is deprecated. This property will be removed in 13.0.0.
| Details | |
|---|---|
| Added | 6.0.0 |
| Type | None |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
| Example | (This example is unusual in that it shows a complete propertyname=value) detect.docker.passthrough.imageinspector.service.log.length=1000 |
Image Archive File (Deprecated)
--detect.docker.tarAn image .tar file which is either a Docker image saved to a file using the 'docker save' command, or an Open Container Initiative (OCI) image .tar file. The file must be readable by all.
detect.docker.image, detect.docker.tar, and detect.docker.image.id are three alternative ways to specify an image (you should only set one of these properties). The .tar file must conform to either of the following image format specifications: 1. Docker Image Specification v1.2.0 (https://github.com/moby/docker-image-spec/blob/main/v1.2.md), which is the format produced by the "docker save" command, or 2. Open Container Initiative Image Format Specification (https://github.com/opencontainers/image-spec/blob/main/spec.md).
DEPRECATED: Docker Inspector support is deprecated. This property will be removed in 13.0.0.
| Details | |
|---|---|
| Added | 3.0.0 |
| Type | Optional String |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
| Example | ./ubuntu21_04.tar |
Platform Top Layer ID (Deprecated)
--detect.docker.platform.top.layer.idTo exclude components from platform layers from the results, assign to this property the ID of the top layer of the platform image. Get the platform top layer ID from the output of 'docker inspect platformimage:tag'. The platform top layer ID is the last item in RootFS.Layers. For more information, see 'Isolating application components' in the Docker Inspector documentation.
If you are interested in components from the application layers of your image, but not interested in components from the underlying platform layers, you can exclude components from platform layers from the results by using this property to specify the boundary between platform layers and application layers.
DEPRECATED: Docker Inspector support is deprecated. This property will be removed in 13.0.0.
| Details | |
|---|---|
| Added | 6.1.0 |
| Type | Optional String |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
| Example | sha256:f6253634dc78da2f2e3bee9c8063593f880dc35d701307f30f65553e0f50c18c |