Skip to content

Commit 660fae2

Browse files
committed
1.26 release notes
1 parent 64bb54c commit 660fae2

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 1.26 (11/16/2019)
2+
3+
### New Features
4+
5+
* Run `docker-slim` in containers.
6+
* New distribution option ([`dslim/docker-slim`](https://hub.docker.com/r/dslim/docker-slim) image available in Docker Hub).
7+
* Archive `docker-slim` state into a separate Docker volume.
8+
9+
### Improvements
10+
11+
* Default to continuing `docker-slim` execution after the http probing step is done when http probing is enabled.
12+
* Improved IPC.
13+
* Improved seccomp and metadata artifact copy option.
14+
* Improved execution report.
15+
116
## 1.25.3 (8/4/2019)
217

318
### New Features

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,23 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim
125125

126126
## RECENT UPDATES
127127

128-
Latest version: 1.25.3 (8/4/2019)
128+
Latest version: 1.26 (11/16/2019)
129129

130-
Now you can build minified images from the original Dockerfile (no need to create a separate fat container first). For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
130+
Now you can run `docker-slim` in containers. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
131131

132132
## INSTALLATION
133133

134134
1. Download the zip package for your platform.
135-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.25.3/dist_mac.zip)
136-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.25.3/dist_linux.tar.gz)
137-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.25.3/dist_linux_arm.tar.gz)
135+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.26/dist_mac.zip)
136+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.26/dist_linux.tar.gz)
137+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.26/dist_linux_arm.tar.gz)
138138
2. Unzip the package.
139139
3. Add the location where you unzipped the package to your PATH environment variable (optional).
140140

141141
If the directory where you extracted the binaries is not in your PATH then you'll need to run your `docker-slim` commands from that directory.
142142

143+
To use the Docker image distribution just start using the `dslim/docker-slim` container image.
144+
143145
## BASIC USAGE INFO
144146

145147
`docker-slim [version|info|build|profile|update|version] [--http-probe|--remove-file-artifacts] <IMAGE_ID_OR_NAME>`
@@ -180,7 +182,7 @@ You can use the generated profile with your original image or with the minified
180182

181183
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.
182184

183-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.25.3/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.25.3/dist_linux.tar.gz) or [Linux ARM](https://downloads.dockerslim.com/releases/1.25.3/dist_linux_arm.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.
185+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.26/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.26/dist_linux.tar.gz) or [Linux ARM](https://downloads.dockerslim.com/releases/1.26/dist_linux_arm.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.
184186

185187
The extracted directory contains two binaries:
186188

0 commit comments

Comments
 (0)