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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,9 +185,9 @@ Elixir application images:
185
185
186
186
## RECENT UPDATES
187
187
188
-
Latest version: 1.36.4 (9/7/2021)
188
+
Latest version: 1.37.0 (9/23/2021)
189
189
190
-
The 1.36.x releases add many new `xray` capabilities including duplicate file, utf8 file and shell detection.
190
+
The 1.37.0 releases adds experimental docker-compose support for the build command.
191
191
192
192
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
193
193
@@ -204,15 +204,15 @@ docker-slim update
204
204
205
205
1. Download the zip package for your platform.
206
206
207
-
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.36.4/dist_mac.zip`)
207
+
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.0/dist_mac.zip`)
208
208
209
-
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.36.4/dist_mac_m1.zip`)
209
+
-[Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.0/dist_mac_m1.zip`)
210
210
211
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.4/dist_linux.tar.gz`)
211
+
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.0/dist_linux.tar.gz`)
212
212
213
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm.tar.gz`)
213
+
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm.tar.gz`)
214
214
215
-
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm64.tar.gz`)
215
+
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm64.tar.gz`)
216
216
217
217
2. Unzip the package and optionally move it to your bin directory.
@@ -717,7 +717,7 @@ You can use the generated profile with your original image or with the minified
717
717
718
718
The demo runs on Mac OS X, but you can build a linux version. Note that these steps are different from the steps in the demo video.
719
719
720
-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.36.4/dist_mac.zip), [Mac M1](https://downloads.dockerslim.com/releases/1.36.4/dist_mac_m1.zip), [Linux](https://downloads.dockerslim.com/releases/1.36.4/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm64.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.
720
+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.37.0/dist_mac.zip), [Mac M1](https://downloads.dockerslim.com/releases/1.37.0/dist_mac_m1.zip), [Linux](https://downloads.dockerslim.com/releases/1.37.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm64.tar.gz) binaries. Unzip them and optionally add their directory to your PATH environment variable if you want to use the app from other locations.
0 commit comments