You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bash/containers/falcon-container-sensor-pull/README.md
+20-13Lines changed: 20 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,10 @@ CrowdStrike now provides unified images that work across all regions:
43
43
-**`falcon-sensor`** (unified) - Single sensor image for version 7.31+
44
44
-**`falcon-container`** (unified) - Single container image for version 7.33+
45
45
-**`falcon-kac`** (unified) - Single KAC image for version 7.33+
46
+
-**`falcon-imageanalyzer`** (unified) - Single IAR image for version 1.0.24+
46
47
47
48
> [!IMPORTANT]
48
-
> **Backward Compatibility**: Existing users automatically receive unified images. For regional images, use `-t falcon-sensor-regional`, `-t falcon-container-regional`, or `-t falcon-kac-regional`.
49
+
> **Backward Compatibility**: Existing users automatically receive unified images. For regional images, use `-t falcon-sensor-regional`, `-t falcon-container-regional`, `-t falcon-kac-regional`, or `-t falcon-imageanalyzer-regional`.
49
50
50
51
## Security recommendations
51
52
@@ -67,7 +68,7 @@ To check your version of cURL, run the following command: `curl --version`
67
68
> [!IMPORTANT]
68
69
> The following API scopes are the minimum required to retrieve the images. If you need to perform other operations post-retrieval, please refer to the CrowdStrike documentation to identify any additional scopes that may be required.
|`-c`, `--copy <REGISTRY/NAMESPACE>`|`$COPY`|`None` (Optional) | Registry you want to copy the sensor image to. Example: `myregistry.com/mynamespace`. <br> *\*By default, the image name and tag are appended. Use `--copy-omit-image-name` and/or `--copy-custom-tag` to change that behavior.*|
147
151
|`-v`, `--version <SENSOR_VERSION>`|`$SENSOR_VERSION`|`None` (Optional) | Specify sensor version to retrieve from the registry |
148
152
|`-p`, `--platform <SENSOR_PLATFORM>`|`$SENSOR_PLATFORM`|`None` (Optional) | Specify sensor platform to retrieve from the registry |
149
-
|`-t`, `--type <SENSOR_TYPE>`|`$SENSOR_TYPE`|`falcon-container` (Optional) | Specify which sensor to download [`falcon-container`, `falcon-sensor`, `falcon-sensor-regional`, `falcon-kac`, `falcon-snapshot`, `falcon-imageanalyzer`, `fcs`, `falcon-jobcontroller`, `falcon-registryassessmentexecutor`] ([see more details below](#sensor-types)) |
153
+
|`-t`, `--type <SENSOR_TYPE>`|`$SENSOR_TYPE`|`falcon-container` (Optional) | Specify which sensor to download [`falcon-container`, `falcon-container-regional`, `falcon-sensor`, `falcon-sensor-regional`, `falcon-kac`, `falcon-kac-regional`, `falcon-snapshot`, `falcon-imageanalyzer`, `falcon-imageanalyzer-regional`, `fcs`, `falcon-jobcontroller`, `falcon-registryassessmentexecutor`] ([see more details below](#sensor-types)) |
150
154
|`--runtime`|`$CONTAINER_TOOL`|`docker` (Optional) | Use a different container runtime [docker, podman, skopeo]. **Default is Docker**. |
151
155
|`--dump-credentials`|`$CREDS`|`False` (Optional) | Print registry credentials to stdout to copy/paste into container tools |
152
156
|`--get-image-path`| N/A |`None`| Get the full image path including the registry, repository, and latest tag for the specified `SENSOR_TYPE`. |
@@ -171,17 +175,20 @@ Help Options:
171
175
172
176
The following sensor types are available to download:
0 commit comments