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
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ Elixir application images:
197
197
198
198
## RECENT UPDATES
199
199
200
-
Latest version: 1.40.0 (1/15/2023)
200
+
Latest version: 1.40.1 (4/5/2023)
201
201
202
202
The 1.37.x-1.40.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
203
203
@@ -216,15 +216,15 @@ slim update
216
216
217
217
1. Download the zip package for your platform.
218
218
219
-
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.0/dist_mac.zip`)
219
+
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.1/dist_mac.zip`)
220
220
221
-
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.0/dist_mac_m1.zip`)
221
+
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.40.1/dist_mac_m1.zip`)
222
222
223
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux.tar.gz`)
223
+
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.1/dist_linux.tar.gz`)
224
224
225
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm.tar.gz`)
225
+
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm.tar.gz`)
226
226
227
-
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.0/dist_linux_arm64.tar.gz`)
227
+
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.40.1/dist_linux_arm64.tar.gz`)
228
228
229
229
2. Unzip the package and optionally move it to your bin directory.
230
230
@@ -460,6 +460,7 @@ In the interactive CLI prompt mode you must specify the target image using the `
460
460
-`--include-exe-file` - Load executable file includes from a file (similar to `--include-path-file`)
461
461
-`--include-shell` - Include basic shell functionality (default value: false)
462
462
-`--include-workdir` - Keep files in working directory (default value: false)
463
+
-`--include-last-image-layers` - Keep all files from the last number of layers in the image (default value: 0)
463
464
-`--include-cert-all` - Keep all discovered cert files (default: true)
464
465
-`--include-cert-bundles-only` - Keep only cert bundles
465
466
-`--include-cert-dirs` - Keep known cert directories and all files in them
@@ -783,11 +784,11 @@ The demo runs on Mac OS X, but you can build a linux version. Note that these st
0 commit comments