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
+26-12Lines changed: 26 additions & 12 deletions
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.6` (`11/2/2023`)
199
+
Latest version: `1.40.7` (`12/9/2023`)
200
200
201
-
The 1.40.6 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.
201
+
The 1.40.7 release introduces an ability to assemble multi-architecture images from already existing architecture-specific images, an ability to list local container images and various enhancements that improve the minification capabilities.
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.6/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.6/dist_mac.zip`)
218
+
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.7/dist_mac.zip`)
219
219
220
-
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.6/dist_mac_m1.zip`)
220
+
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.7/dist_mac_m1.zip`)
221
221
222
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.6/dist_linux.tar.gz`)
222
+
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.7/dist_linux.tar.gz`)
223
223
224
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm.tar.gz`)
224
+
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm.tar.gz`)
225
225
226
-
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.6/dist_linux_arm64.tar.gz`)
226
+
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.7/dist_linux_arm64.tar.gz`)
227
227
228
228
2. Unzip the package and optionally move it to your bin directory.
229
229
@@ -289,6 +289,7 @@ If you don't specify any command `slim` will start in the interactive prompt mod
289
289
-`profile` - Performs basic container image analysis and dynamic container analysis, but it doesn't generate an optimized image.
290
290
-`run` - Runs one or more containers (for now runs a single container similar to `docker run`)
291
291
-`merge` - Merge two container images (optimized to merge minified images).
292
+
-`images` - Get information about container images.
292
293
-`version` - Shows the version information.
293
294
-`appbom` - Shows the application BOM (app composition/dependencies).
294
295
-`update` - Updates Slim to the latest version.
@@ -313,6 +314,7 @@ Commands:
313
314
-`registry` - Execute registry operations.
314
315
-`profile` - Collect fat image information and generate a fat container report
315
316
-`merge` - Merge two container images (optimized to merge minified images)
317
+
-`images` - Get information about container images.
316
318
-`appbom` - Shows the application BOM (app composition/dependencies)
317
319
-`version` - Show app and docker version information
318
320
-`update` - Update the app
@@ -594,6 +596,8 @@ See the "Debugging Using the `debug` Command" section for more information about
594
596
595
597
### `REGISTRY` COMMAND OPTIONS
596
598
599
+
For the operations that require authentication you can reuse the registry credentials from Docker (do `docker login` first and then use the `--use-docker-credentials` flag with the `registry` command) or you can specify the auth info using the `--account` and `--secret` flags).
-`--as-manifest-list` - Create image index with the manifest list media type instead of the default OCI image index type.
623
+
-`--dump-raw-manifest` - Dump raw manifest for the created image index.
624
+
-`--insecure-refs` - Allow the referenced images from insecure registry connections.
625
+
612
626
## RUNNING CONTAINERIZED
613
627
614
628
The current version of Slim is able to run in containers. It will try to detect if it's running in a containerized environment, but you can also tell Slim explicitly using the `--in-container` global flag.
@@ -1080,11 +1094,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
0 commit comments