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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,16 +127,16 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim
127
127
128
128
## RECENT UPDATES
129
129
130
-
Latest version: 1.27.0 (2/28/2020)
130
+
Latest version: 1.28.0 (3/6/2020)
131
131
132
-
This release has better support for non-default users, an ability to retain the original artifact permissions and to overwrite the container artifact permissions and ownership. For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
132
+
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
133
134
134
## INSTALLATION
135
135
136
136
1. Download the zip package for your platform.
137
-
-[Latest Mac binaries](https://downloads.dockerslim.com/releases/1.27.0/dist_mac.zip)
138
-
-[Latest Linux binaries](https://downloads.dockerslim.com/releases/1.27.0/dist_linux.tar.gz)
139
-
-[Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.27.0/dist_linux_arm.tar.gz)
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)
140
140
2. Unzip the package.
141
141
3. Add the location where you unzipped the package to your PATH environment variable (optional).
142
142
@@ -194,7 +194,7 @@ You can use the generated profile with your original image or with the minified
194
194
195
195
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
196
197
-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.27.0/dist_mac.zip), [Linux](https://downloads.dockerslim.com/releases/1.27.0/dist_linux.tar.gz) or [Linux ARM](https://downloads.dockerslim.com/releases/1.27.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.
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.
0 commit comments