Skip to content

Commit 3af0a13

Browse files
committed
1.28.1 release info
1 parent c091b8c commit 3af0a13

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.28.1 (3/9/2020)
2+
3+
### Improvements
4+
5+
* New `xray` parameters to control how much to show when it's printing the layer details (`--changes value` and `--layer value`)
6+
* Image history enhancements and more data saved in the xray command reports
7+
18
## 1.28.0 (3/6/2020)
29

310
### New Features

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim
9494
- [ORIGINAL DEMO VIDEO](#original-demo-video)
9595
- [DEMO STEPS](#demo-steps)
9696
- [USAGE DETAILS](#usage-details)
97+
- [`XRAY` COMMAND OPTIONS](#xray-command-options)
9798
- [`BUILD` COMMAND OPTIONS](#build-command-options)
9899
- [RUNNING CONTAINERIZED](#running-containerized)
99100
- [DOCKER CONNECT OPTIONS](#docker-connect-options)
@@ -127,16 +128,16 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim
127128

128129
## RECENT UPDATES
129130

130-
Latest version: 1.28.0 (3/6/2020)
131+
Latest version: 1.28.1 (3/9/2020)
131132

132133
This release enhances the `xray` command to show the detailed container image information including its layers and their files and directories. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
133134

134135
## INSTALLATION
135136

136137
1. Download the zip package for your platform.
137-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.28.0/dist_mac.zip)
138-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.28.0/dist_linux.tar.gz)
139-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.28.0/dist_linux_arm.tar.gz)
138+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.28.1/dist_mac.zip)
139+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.28.1/dist_linux.tar.gz)
140+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.28.1/dist_linux_arm.tar.gz)
140141
2. Unzip the package.
141142
3. Add the location where you unzipped the package to your PATH environment variable (optional).
142143

@@ -194,7 +195,7 @@ You can use the generated profile with your original image or with the minified
194195

195196
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.
196197

197-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.28.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.28.0/dist_linux.tar.gz) or [Linux ARM](https://downloads.dockerslim.com/releases/1.28.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.
198+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.28.1/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.28.1/dist_linux.tar.gz) or [Linux ARM](https://downloads.dockerslim.com/releases/1.28.1/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.
198199

199200
The extracted directory contains two binaries:
200201

@@ -279,6 +280,12 @@ To get more command line option information run `docker-slim` without any parame
279280

280281
To disable the version checks set the global `--check-version` flag to `false` (e.g., `--check-version=false`) or you can use the `DSLIM_CHECK_VERSION` environment variable.
281282

283+
### `XRAY` COMMAND OPTIONS
284+
285+
* `--changes value` - show layer change details for the selected change type (values: none, all, delete, modify, add)
286+
* `--layer value` - show details for the selected layer (using layer index or ID)
287+
* `--remove-file-artifacts` - remove file artifacts when command is done (note: you'll loose the reverse engineered Dockerfile)
288+
282289
### `BUILD` COMMAND OPTIONS
283290

284291
* `--http-probe` - enables HTTP probing (ENABLED by default; you have to disable the probe if you don't need it by setting the flag to `false`)

0 commit comments

Comments
 (0)