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
@@ -127,16 +128,16 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim
127
128
128
129
## RECENT UPDATES
129
130
130
-
Latest version: 1.28.0 (3/6/2020)
131
+
Latest version: 1.28.1 (3/9/2020)
131
132
132
133
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).
133
134
134
135
## INSTALLATION
135
136
136
137
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)
140
141
2. Unzip the package.
141
142
3. Add the location where you unzipped the package to your PATH environment variable (optional).
142
143
@@ -194,7 +195,7 @@ You can use the generated profile with your original image or with the minified
194
195
195
196
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.
196
197
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.
198
199
199
200
The extracted directory contains two binaries:
200
201
@@ -279,6 +280,12 @@ To get more command line option information run `docker-slim` without any parame
279
280
280
281
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.
281
282
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
+
282
289
### `BUILD` COMMAND OPTIONS
283
290
284
291
*`--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