Skip to content

Commit 936f91d

Browse files
committed
--report flag info
1 parent 244f2c6 commit 936f91d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@ Elixir application images:
101101

102102
## RECENT UPDATES
103103

104-
Latest version: 1.21 (8/25/2018)
104+
Latest version: 1.22 (9/7/2018)
105105

106+
* Save the docker-slim command results in a JSON file using the `--report` flag (NEW)
106107
* Better support for applications with dynamic libraries (e.g., python compiled with `--enable-shared`) (NEW)
107108
* Additional network related Docker parameters (NEW)
108109
* New sample apps (UPDATES)
@@ -120,8 +121,8 @@ Latest version: 1.21 (8/25/2018)
120121
## INSTALLATION
121122

122123
1. Download the zip package for your platform.
123-
- [Latest Mac binaries](https://github.com/docker-slim/docker-slim/releases/download/1.21/dist_mac.zip)
124-
- [Latest Linux binaries](https://github.com/docker-slim/docker-slim/releases/download/1.21/dist_linux.tar.gz)
124+
- [Latest Mac binaries](https://github.com/docker-slim/docker-slim/releases/download/1.22/dist_mac.zip)
125+
- [Latest Linux binaries](https://github.com/docker-slim/docker-slim/releases/download/1.22/dist_linux.tar.gz)
125126
2. Unzip the package.
126127
3. Add the location where you unzipped the package to your PATH environment variable (optional).
127128

@@ -169,7 +170,7 @@ You can use the generated profile with your original image or with the minified
169170

170171
The demo run on Mac OS X, but you can build a linux version. Note that these steps are different from the steps in the demo video.
171172

172-
1. Get the docker-slim [Mac](https://github.com/docker-slim/docker-slim/releases/download/1.21/dist_mac.zip) or [Linux](https://github.com/docker-slim/docker-slim/releases/download/1.21/dist_linux.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.
173+
1. Get the docker-slim [Mac](https://github.com/docker-slim/docker-slim/releases/download/1.22/dist_mac.zip) or [Linux](https://github.com/docker-slim/docker-slim/releases/download/1.22/dist_linux.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.
173174

174175
The extracted directory contains two binaries:
175176

0 commit comments

Comments
 (0)