Skip to content

Commit 39013b8

Browse files
committed
readme updates
1 parent da1a75b commit 39013b8

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
@@ -62,11 +62,13 @@ docker-slim has been used with Node.js, Python, Ruby, Java, Golang, Elixir and P
6262

6363
## RECENT UPDATES
6464

65-
Latest version: 1.20 (3/4/2018)
65+
Latest version: 1.21 (8/25/2018)
6666

67-
* Alpine image support (NEW)
68-
* New sample apps (NEW)
69-
* Extended version information (NEW)
67+
* Better support for applications with dynamic libraries (e.g., python compiled with `--enable-shared`) (NEW)
68+
* Additional network related Docker parameters (NEW)
69+
* New sample apps (UPDATES)
70+
* Extended version information (UPDATES)
71+
* Alpine image support
7072
* Ability to override ENV variables analyzing target image
7173
* Docker 1.12 support
7274
* User selected location to store DockerSlim state (global `--state-path` parameter).
@@ -79,8 +81,8 @@ Latest version: 1.20 (3/4/2018)
7981
## INSTALLATION
8082

8183
1. Download the zip package for your platform.
82-
- [Latest Mac binaries](https://github.com/docker-slim/docker-slim/releases/download/1.20/dist_mac.zip)
83-
- [Latest Linux binaries](https://github.com/docker-slim/docker-slim/releases/download/1.20/dist_linux.tar.gz)
84+
- [Latest Mac binaries](https://github.com/docker-slim/docker-slim/releases/download/1.21/dist_mac.zip)
85+
- [Latest Linux binaries](https://github.com/docker-slim/docker-slim/releases/download/1.21/dist_linux.tar.gz)
8486
2. Unzip the package.
8587
3. Add the location where you unzipped the package to your PATH environment variable (optional).
8688

@@ -128,7 +130,7 @@ You can use the generated profile with your original image or with the minified
128130

129131
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.
130132

131-
1. Get the docker-slim [Mac](https://github.com/docker-slim/docker-slim/releases/download/1.20/dist_mac.zip) or [Linux](https://github.com/docker-slim/docker-slim/releases/download/1.20/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.
133+
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.
132134

133135
The extracted directory contains two binaries:
134136

0 commit comments

Comments
 (0)