Skip to content

Commit 5dad378

Browse files
committed
1.36.0 release info
1 parent 422a87e commit 5dad378

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

CHANGELOG.md

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

3+
## 1.36.0 (6/12/2021)
4+
5+
### New Features
6+
7+
- Ability to find duplicate files for xray (`--detect-duplicates`, `--show-duplicates`)
8+
- Ability to find all utf8 encoded files for xray using the `--detect-utf8` flag (optionally dumping them to console, directory or tar file).
9+
- Ability to find the files with special permissions (`--show-special-perms`).
10+
- Ability to find all installed shells for xray.
11+
- Container entry information for xray with file detection.
12+
- Inherited image instructions (aka ONBUILD instructions) for xray.
13+
- More image level stats for xray.
14+
15+
### Improvements
16+
17+
- Multiple tags for the build command.
18+
- `--http-probe-off` flag for the build command to provide a shortcut to disable HTTP probing.
19+
- Flexible target image handling to use non-default tags if the `latest` tag doesn't exist and no explicit tag is provided.
20+
321
## 1.35.2 (5/2/2021)
422

523
### New Features

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Elixir application images:
180180

181181
## RECENT UPDATES
182182

183-
Latest version: 1.35.2 (5/2/2021)
183+
Latest version: 1.36.0 (6/12/2021)
184184

185-
The 1.35.x releases add many new `xray` capabilities, a number of application probing enhancements, many new build, runtime and optimization flags and colors for the console output.
185+
The 1.36.0 release adds many new `xray` capabilities including duplicate file, utf8 file and shell detection.
186186

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

@@ -191,13 +191,13 @@ For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
191191

192192
1. Download the zip package for your platform.
193193

194-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.35.2/dist_mac.zip)
194+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.36.0/dist_mac.zip)
195195

196-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.35.2/dist_linux.tar.gz)
196+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.36.0/dist_linux.tar.gz)
197197

198-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.35.2/dist_linux_arm.tar.gz)
198+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.36.0/dist_linux_arm.tar.gz)
199199

200-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.35.2/dist_linux_arm64.tar.gz)
200+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.36.0/dist_linux_arm64.tar.gz)
201201

202202
2. Unzip the package.
203203

@@ -645,7 +645,7 @@ You can use the generated profile with your original image or with the minified
645645

646646
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.
647647

648-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.35.2/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.35.2/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.35.2/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.35.2/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.
648+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.36.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.36.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.36.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.36.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.
649649

650650
The extracted directory contains two binaries:
651651

0 commit comments

Comments
 (0)