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
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,30 +155,24 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim
155
155
156
156
## RECENT UPDATES
157
157
158
-
Latest version: 1.31.0 (8/13/2020)
158
+
Latest version: 1.32.0 (8/23/2020)
159
159
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.
163
161
164
162
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
165
163
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
-
170
164
171
165
## INSTALLATION
172
166
173
167
1. Download the zip package for your platform.
174
168
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)
176
170
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)
178
172
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)
180
174
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)
182
176
183
177
2. Unzip the package.
184
178
@@ -567,7 +561,7 @@ You can use the generated profile with your original image or with the minified
567
561
568
562
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.
569
563
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.
0 commit comments