Skip to content

Commit 10b628f

Browse files
committed
1.32.0 release info
1 parent a764b3a commit 10b628f

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Releases
22

3+
## 1.32.0 (8/23/2020)
4+
5+
### New Features
6+
7+
- Mapping container ports to specific host ports analyzing image at runtime (`--publish-port` and `--publish-exposed-ports` flags)
8+
9+
### Improvements
10+
11+
- `seccomp` security profile generation capability updates
12+
- Ability to enable crawling for the HTTP probes specified using the `--http-probe-cmd` flag
13+
- User namespace handling improvements (thanks to `@solarnz`)
14+
315
## 1.31.0 (8/13/2020)
416

517
### New Features

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -155,30 +155,24 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim
155155

156156
## RECENT UPDATES
157157

158-
Latest version: 1.31.0 (8/13/2020)
158+
Latest version: 1.32.0 (8/23/2020)
159159

160-
This release introduces an experimental HTTP probing capability that automatically generates its HTTP probe commands based on the Swagger or OpenAPI API specs.
161-
162-
This release also adds a number of image metadata editing capabilities (to add, remove and update the LABEL, VOLUME, EXPOSE, ENV and WORKDIR instructions in the optimized image).
160+
This release updates the `seccomp` security profile generation capabilities to work with more advanced applications (note: ARM version will be available in the next release). It also makes it easier to integrate external http tests by providing an ability to map container ports to specific host ports.
163161

164162
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
165163

166-
Previous version:
167-
168-
The previous release introduced two new experimental capabilities: `lint` command (to inspect Dockerfiles) and HTTP crawling to automatically probe additional HTTP endpoints `docker-slim` discovers when it's performing its dynamic container analysis. For more info about the release see the [`CHANGELOG`](CHANGELOG.md).
169-
170164

171165
## INSTALLATION
172166

173167
1. Download the zip package for your platform.
174168

175-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.31.0/dist_mac.zip)
169+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.32.0/dist_mac.zip)
176170

177-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.31.0/dist_linux.tar.gz)
171+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.32.0/dist_linux.tar.gz)
178172

179-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.31.0/dist_linux_arm.tar.gz)
173+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.32.0/dist_linux_arm.tar.gz)
180174

181-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.31.0/dist_linux_arm64.tar.gz)
175+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.32.0/dist_linux_arm64.tar.gz)
182176

183177
2. Unzip the package.
184178

@@ -567,7 +561,7 @@ You can use the generated profile with your original image or with the minified
567561

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

570-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.31.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.31.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.31.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.31.0/dist_linux_arm64.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.
564+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.32.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.32.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.32.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.32.0/dist_linux_arm64.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.
571565

572566
The extracted directory contains two binaries:
573567

0 commit comments

Comments
 (0)