Skip to content

Commit 70cc8ac

Browse files
committed
release info
1 parent 02a124a commit 70cc8ac

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Releases
22

3+
## 1.37.0 (8/30/2021)
4+
5+
### New Features
6+
7+
- Experimental docker-compose support for the build command
8+
- Include cert flags to make it easier to keep certificate data in the optimized images
9+
10+
### Improvements
11+
12+
- Install script
13+
14+
## 1.36.4
15+
316
## 1.36.3 (8/30/2021)
417

518
## 1.36.2 (8/5/2021)

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ Elixir application images:
185185

186186
## RECENT UPDATES
187187

188-
Latest version: 1.36.4 (9/7/2021)
188+
Latest version: 1.37.0 (9/23/2021)
189189

190-
The 1.36.x releases add many new `xray` capabilities including duplicate file, utf8 file and shell detection.
190+
The 1.37.0 releases adds experimental docker-compose support for the build command.
191191

192192
For more info about the latest release see the [`CHANGELOG`](CHANGELOG.md).
193193

@@ -204,15 +204,15 @@ docker-slim update
204204

205205
1. Download the zip package for your platform.
206206

207-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.36.4/dist_mac.zip`)
207+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.0/dist_mac.zip`)
208208

209-
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.36.4/dist_mac_m1.zip`)
209+
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.0/dist_mac_m1.zip`)
210210

211-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.4/dist_linux.tar.gz`)
211+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.0/dist_linux.tar.gz`)
212212

213-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm.tar.gz`)
213+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm.tar.gz`)
214214

215-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm64.tar.gz`)
215+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm64.tar.gz`)
216216

217217
2. Unzip the package and optionally move it to your bin directory.
218218

@@ -233,9 +233,9 @@ mv dist_mac/docker-slim-sensor /usr/local/bin/
233233

234234
If the directory where you extracted the binaries is not in your PATH then you'll need to run your `docker-slim` commands from that directory.
235235

236-
### Scripted Install
236+
#### Scripted Install
237237

238-
We provide a script to automatically install the current release of DockerSlim on Linux (x86 and ARM) and macOS (x86 and Apple Silicon)
238+
You can also use this script to install the current release of DockerSlim on Linux (x86 and ARM) and macOS (x86 and Apple Silicon)
239239

240240
```bash
241241
curl -sL https://github.com/docker-slim/docker-slim/blob/master/scripts/install_dockerslim.sh | sudo -E bash -
@@ -717,7 +717,7 @@ You can use the generated profile with your original image or with the minified
717717

718718
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.
719719

720-
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.36.4/dist_mac.zip), [Mac M1](https://downloads.dockerslim.com/releases/1.36.4/dist_mac_m1.zip), [Linux](https://downloads.dockerslim.com/releases/1.36.4/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.36.4/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.36.4/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.
720+
1. Get the docker-slim [Mac](https://downloads.dockerslim.com/releases/1.37.0/dist_mac.zip), [Mac M1](https://downloads.dockerslim.com/releases/1.37.0/dist_mac_m1.zip), [Linux](https://downloads.dockerslim.com/releases/1.37.0/dist_linux.tar.gz), [Linux ARM](https://downloads.dockerslim.com/releases/1.37.0/dist_linux_arm.tar.gz) or [Linux ARM64](https://downloads.dockerslim.com/releases/1.37.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.
721721

722722
The extracted directory contains two binaries:
723723

0 commit comments

Comments
 (0)