Skip to content

Commit 8e0e0a5

Browse files
committed
1.36.4 release info
1 parent 5085c73 commit 8e0e0a5

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Elixir application images:
185185

186186
## RECENT UPDATES
187187

188-
Latest version: 1.36.3 (8/30/2021)
188+
Latest version: 1.36.4 (9/7/2021)
189189

190190
The 1.36.x releases add many new `xray` capabilities including duplicate file, utf8 file and shell detection.
191191

@@ -204,15 +204,15 @@ docker-slim update
204204

205205
1. Download the zip package for your platform.
206206

207-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.36.3/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.36.3/dist_mac.zip`)
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`)
208208

209-
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.36.3/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.36.3/dist_mac_m1.zip`)
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`)
210210

211-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.36.3/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.3/dist_linux.tar.gz`)
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`)
212212

213-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.36.3/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.3/dist_linux_arm.tar.gz`)
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`)
214214

215-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.36.3/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.3/dist_linux_arm64.tar.gz`)
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`)
216216

217217
2. Unzip the package and optionally move it to your bin directory.
218218

@@ -356,6 +356,8 @@ To disable the version checks set the global `--check-version` flag to `false` (
356356
- `--detect-duplicates` - Detect duplicate files based on their hashes (default: false).
357357
- `--show-duplicates` - Show all discovered duplicate file paths (default: true).
358358
- `--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").
359+
- `--detect-all-certs` - Detect all certifcate files
360+
- `--detect-all-cert-pks` - Detect all certifcate private key files
359361
- `--change-match-layers-only` - Show only layers with change matches (default: false).
360362
- `--export-all-data-artifacts` - Archive path to export all data artifacts enabling the related flags if not set (if set to `.` then path defaults to `./data-artifacts.tar`)
361363
- `--remove-file-artifacts` - Remove file artifacts when command is done (note: you'll loose the reverse engineered Dockerfile)
@@ -694,7 +696,7 @@ You can use the generated profile with your original image or with the minified
694696

695697
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.
696698

697-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.36.3/dist_mac.zip), [Mac M1](https://downloads.dockerslim.com/releases/1.36.3/dist_mac_m1.zip), [Linux](https://downloads.dockerslim.com/releases/1.36.3/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.36.3/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.36.3/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.
699+
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.
698700

699701
The extracted directory contains two binaries:
700702

0 commit comments

Comments
 (0)