Skip to content

Commit 8488277

Browse files
committed
release notes for 1.23
1 parent 491a719 commit 8488277

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Python application images:
3232

3333
Ruby application images:
3434

35-
* from ubuntu:14.04 - 433MB => 13.8MB (minified by **31.31X**)
36-
* from ruby:alpine - TBD (minified by TBD)
37-
* from ruby:2.5.3 - TBD (minified by TBD)
35+
* from ubuntu:14.04 - 433MB => 13.8MB (minified by **31.31X**)
36+
* from ruby:2.2-alpine - 319MB => 27MB (minified by **11.88X**)
37+
* from ruby:2.5.3 - 978MB => 30MB (minified by **32.74X**)
3838

3939
Golang application images:
4040

@@ -107,13 +107,14 @@ Elixir application images:
107107

108108
## RECENT UPDATES
109109

110-
Latest version: 1.22 (9/7/2018)
110+
Latest version: 1.23 (2/3/2019)
111111

112-
* Save the docker-slim command results in a JSON file using the `--report` flag (NEW)
113-
* Better support for applications with dynamic libraries (e.g., python compiled with `--enable-shared`) (NEW)
114-
* Additional network related Docker parameters (NEW)
115-
* New sample apps (UPDATES)
116-
* Extended version information (UPDATES)
112+
* HTTP Probing enhancements and fixes (NEW)
113+
* Enhancements for ruby applications with extensions (NEW)
114+
* Save the docker-slim command results in a JSON file using the `--report` flag
115+
* Better support for applications with dynamic libraries (e.g., python compiled with `--enable-shared`)
116+
* Additional network related Docker parameters
117+
* Extended version information
117118
* Alpine image support
118119
* Ability to override ENV variables analyzing target image
119120
* Docker 1.12 support
@@ -127,8 +128,8 @@ Latest version: 1.22 (9/7/2018)
127128
## INSTALLATION
128129

129130
1. Download the zip package for your platform.
130-
- [Latest Mac binaries](https://github.com/docker-slim/docker-slim/releases/download/1.22/dist_mac.zip)
131-
- [Latest Linux binaries](https://github.com/docker-slim/docker-slim/releases/download/1.22/dist_linux.tar.gz)
131+
- [Latest Mac binaries](https://github.com/docker-slim/docker-slim/releases/download/1.23/dist_mac.zip)
132+
- [Latest Linux binaries](https://github.com/docker-slim/docker-slim/releases/download/1.23/dist_linux.tar.gz)
132133
2. Unzip the package.
133134
3. Add the location where you unzipped the package to your PATH environment variable (optional).
134135

@@ -176,7 +177,7 @@ You can use the generated profile with your original image or with the minified
176177

177178
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.
178179

179-
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.
180+
1. Get the docker-slim [Mac](https://github.com/docker-slim/docker-slim/releases/download/1.23/dist_mac.zip) or [Linux](https://github.com/docker-slim/docker-slim/releases/download/1.23/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.
180181

181182
The extracted directory contains two binaries:
182183

0 commit comments

Comments
 (0)