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
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,19 +155,25 @@ 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.29.0 (3/18/2020)
158
+
Latest version: 1.30.0 (7/27/2020)
159
+
160
+
This release introduces 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 latest release see the [`CHANGELOG`](CHANGELOG.md).
161
+
162
+
Previous version:
159
163
160
164
This is a UX release that introduces an interactive mode to make it easier to run `docker-slim` when you don't know all available flags. Usage `<tab>` and `<space>` buttons to navigate the interactive prompt and `<enter>` to execute the selected command. The `--target` option for the `build`, `xray` and `profile` commands is now used to select the target container image you want to process. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md). For more info about the interactive prompt see [`go-prompt`](https://github.com/c-bata/go-prompt).
161
165
162
166
## INSTALLATION
163
167
164
168
1. Download the zip package for your platform.
165
169
166
-
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.29.0/dist_mac.zip)
170
+
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.30.0/dist_mac.zip)
171
+
172
+
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.30.0/dist_linux.tar.gz)
167
173
168
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.29.0/dist_linux.tar.gz)
174
+
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.30.0/dist_linux_arm.tar.gz)
169
175
170
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.29.0/dist_linux_arm.tar.gz)
176
+
-[Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.30.0/dist_linux_arm64.tar.gz)
171
177
172
178
2. Unzip the package.
173
179
@@ -528,7 +534,7 @@ You can use the generated profile with your original image or with the minified
528
534
529
535
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.
530
536
531
-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.29.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.29.0/dist_linux.tar.gz) or [Linux ARM](https://downloads.dockerslim.com/releases/1.29.0/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.
537
+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.30.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.30.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.30.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.30.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