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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,13 @@ docker-slim has been used with Node.js, Python, Ruby, Java, Golang, Elixir and P
62
62
63
63
## RECENT UPDATES
64
64
65
-
Latest version: 1.20 (3/4/2018)
65
+
Latest version: 1.21 (8/25/2018)
66
66
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
70
72
* Ability to override ENV variables analyzing target image
71
73
* Docker 1.12 support
72
74
* User selected location to store DockerSlim state (global `--state-path` parameter).
@@ -79,8 +81,8 @@ Latest version: 1.20 (3/4/2018)
79
81
## INSTALLATION
80
82
81
83
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)
84
86
2. Unzip the package.
85
87
3. Add the location where you unzipped the package to your PATH environment variable (optional).
86
88
@@ -128,7 +130,7 @@ You can use the generated profile with your original image or with the minified
128
130
129
131
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.
130
132
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.
0 commit comments