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: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,35 @@
1
1
# Releases
2
2
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
+
3
19
## 1.33.0 (12/12/2020)
4
20
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)
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,9 +174,9 @@ Elixir application images:
174
174
175
175
## RECENT UPDATES
176
176
177
-
Latest version: 1.33.0 (12/12/2020)
177
+
Latest version: 1.34.0 (1/29/2021)
178
178
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.
180
180
181
181
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
182
182
@@ -185,13 +185,13 @@ For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
185
185
186
186
1. Download the zip package for your platform.
187
187
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)
189
189
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)
191
191
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)
193
193
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)
195
195
196
196
2. Unzip the package.
197
197
@@ -595,7 +595,7 @@ You can use the generated profile with your original image or with the minified
595
595
596
596
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.
597
597
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.
0 commit comments