Skip to content

Commit c9c3681

Browse files
committed
1.28.0 release information
1 parent b02a75e commit c9c3681

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.28.0 (3/6/2020)
2+
3+
### New Features
4+
5+
* `xray` command enhancements to show the detailed container image information including its layers and their files and directories (initial version).
6+
7+
### Improvements
8+
9+
* The `--exclude-pattern` `build` parameter to filter/exclude the artifacts in the optimized container.
10+
111
## 1.27.0 (2/28/2020)
212

313
### New Features

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,16 +127,16 @@ Note: The examples are in a separate repository: [https://github.com/docker-slim
127127

128128
## RECENT UPDATES
129129

130-
Latest version: 1.27.0 (2/28/2020)
130+
Latest version: 1.28.0 (3/6/2020)
131131

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).
133133

134134
## INSTALLATION
135135

136136
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)
140140
2. Unzip the package.
141141
3. Add the location where you unzipped the package to your PATH environment variable (optional).
142142

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

195195
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.
196196

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.
198198

199199
The extracted directory contains two binaries:
200200

0 commit comments

Comments
 (0)