Skip to content

Commit a5cb540

Browse files
committed
1.34.0 release info
1 parent 1885d5f commit a5cb540

File tree

2 files changed

+35
-7
lines changed

2 files changed

+35
-7
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,35 @@
11
# Releases
22

3+
## 1.34.0 (1/29/2021)
4+
5+
### New Features
6+
7+
- New `xray` flags to control what layer change data to include in the generated reports (`layer-changes-max`, `all-changes-max`, `add-changes-max`, `modify-changes-max`, `delete-changes-max`)
8+
9+
### Improvements
10+
11+
- `host` network flag handling enhancements.
12+
- Returning non-zero exit codes on failures
13+
- Additional image checks to catch missing ENTRYPOINT/CMD instructions
14+
15+
### Bug Fixes
16+
17+
- Fixed container image listing bug that broke the `--target` value suggestions in the interactive prompt mode.
18+
319
## 1.33.0 (12/12/2020)
420

21+
### New Features
22+
23+
- Ability to interact with the temporary containers using the `--exec` and `--exec-file` flags
24+
25+
### Improvements
26+
27+
- `npm` support enhancements (makes it possible to use `npm start` in Dockerfiles, which isn't recommended though)
28+
29+
### Bug Fixes
30+
31+
- Various bug fixes.
32+
533
## 1.32.0 (8/23/2020)
634

735
### New Features

README.md

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

175175
## RECENT UPDATES
176176

177-
Latest version: 1.33.0 (12/12/2020)
177+
Latest version: 1.34.0 (1/29/2021)
178178

179-
This release adds an ability to interact with the temporary containers using the `--exec` and `--exec-file` flags in addition to a number of bug fixes and npm support enhancements.
179+
This release adds more `xray` command flags in addition to addressing a number of corner cases and bugs.
180180

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

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

186186
1. Download the zip package for your platform.
187187

188-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.33.0/dist_mac.zip)
188+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.34.0/dist_mac.zip)
189189

190-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.33.0/dist_linux.tar.gz)
190+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.34.0/dist_linux.tar.gz)
191191

192-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.33.0/dist_linux_arm.tar.gz)
192+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.34.0/dist_linux_arm.tar.gz)
193193

194-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.33.0/dist_linux_arm64.tar.gz)
194+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.34.0/dist_linux_arm64.tar.gz)
195195

196196
2. Unzip the package.
197197

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

596596
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.
597597

598-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.33.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.33.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.33.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.33.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.
598+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.34.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.34.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.34.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.34.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.
599599

600600
The extracted directory contains two binaries:
601601

0 commit comments

Comments
 (0)