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: README.md
+17-14Lines changed: 17 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,9 +196,9 @@ Elixir application images:
196
196
197
197
## RECENT UPDATES
198
198
199
-
Latest version: 1.40.4 (8/25/2023)
199
+
Latest version: `1.40.5` (`11/1/2023`)
200
200
201
-
The 1.40.4 release update the `debug` command improving its support for kubernetes and enhancing the overall debugging experience.
201
+
The 1.40.5 release introduces a number of new features and improvements for the `debug`, `xray`, `build` and `profile` commands in addition to introducing monitor even log and control commands in the sensor.
202
202
203
203
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
204
204
@@ -215,15 +215,15 @@ slim update
215
215
216
216
1. Download the zip package for your platform.
217
217
218
-
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.4/dist_mac.zip`)
218
+
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.5/dist_mac.zip`)
219
219
220
-
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.4/dist_mac_m1.zip`)
220
+
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.5/dist_mac_m1.zip`)
221
221
222
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.4/dist_linux.tar.gz`)
222
+
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux.tar.gz`)
223
223
224
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm.tar.gz`)
224
+
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm.tar.gz`)
225
225
226
-
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.4/dist_linux_arm64.tar.gz`)
226
+
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.5/dist_linux_arm64.tar.gz`)
227
227
228
228
2. Unzip the package and optionally move it to your bin directory.
229
229
@@ -387,6 +387,7 @@ To disable the version checks set the global `--check-version` flag to `false` (
387
387
-`--detect-utf8` - Detect utf8 files and optionally extract the discovered utf8 file content (possible values: "true" or "dump" or "dump:output_target.tgz" or "dump:output_target.tgz::max_size_bytes" or "dump:output_target.tgz:::max_size_bytes").
388
388
-`--detect-all-certs` - Detect all certifcate files
389
389
-`--detect-all-cert-pks` - Detect all certifcate private key files
390
+
-`--detect-identities` - Detect system identities (users, groups) and their properties (default: true)
390
391
-`--change-match-layers-only` - Show only layers with change matches (default: false).
391
392
-`--export-all-data-artifacts` - TAR archive file path to export all text data artifacts (if value is set to `.` then the archive file path defaults to `./data-artifacts.tar`)
392
393
-`--remove-file-artifacts` - Remove file artifacts when command is done (note: you'll loose the reverse engineered Dockerfile)
@@ -472,6 +473,7 @@ In the interactive CLI prompt mode you must specify the target image using the `
472
473
-`--include-cert-pk-dirs` - Keep known cert private key directories and all files in them
473
474
-`--include-new` - Keep new files created by target during dynamic analysis (default value: true)
474
475
-`--include-oslibs-net` - Keep the common networking OS libraries (default value: true)
476
+
-`--include-zoneinfo` - Keep the OS/libc zoneinfo data (default value: false)
-`--expose` - Use additional EXPOSE instructions analyzing image at runtime [can use this flag multiple times]
@@ -539,7 +542,7 @@ In the interactive CLI prompt mode you must specify the target image using the `
539
542
-`--image-build-engine` - Select image build engine: `internal` | `docker` | `none` (`internal` - build the output image without using Docker [default behavior], `docker` - build the output image with Docker, `none` - don't build the output image, allows you to do your own build with the tools you want to use, which you'll be able to do by pointing to the artifact directory where the `files.tar` and `Dockerfile` artifacts are located for the output image)
540
543
-`--image-build-arch` - Select output image build architecture (use the standard container image names for the architectures without the OS part)
541
544
-`--obfuscate-metadata` - Obfuscate the standard system and application metadata to make it more challenging to identify the image components (experimental flag, first version of obfuscation; inspired by the [`Malicious Compliance`](https://kccnceu2023.sched.com/event/1Hybu/malicious-compliance-reflections-on-trusting-container-scanners-ian-coldwater-independent-duffie-cooley-isovalent-brad-geesaman-ghost-security-rory-mccune-datadog) KubeCon EU 2023 talk)
542
-
545
+
-`--enable-mondel` - Enable monitor data event log for sensor monitors to log/stream the events captured by those monitors (default: false)
543
546
544
547
In the interactive CLI prompt mode you must specify the target image using the `--target` flag while in the traditional CLI mode you can use the `--target` flag or you can specify the target image as the last value in the command.
545
548
@@ -1078,11 +1081,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
0 commit comments