Skip to content

Commit

Permalink
release info
Browse files Browse the repository at this point in the history
  • Loading branch information
kcq committed Sep 23, 2021
1 parent 02a124a commit 70cc8ac
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Releases

## 1.37.0 (8/30/2021)

### New Features

- Experimental docker-compose support for the build command
- Include cert flags to make it easier to keep certificate data in the optimized images

### Improvements

- Install script

## 1.36.4

## 1.36.3 (8/30/2021)

## 1.36.2 (8/5/2021)
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ Elixir application images:

## RECENT UPDATES

Latest version: 1.36.4 (9/7/2021)
Latest version: 1.37.0 (9/23/2021)

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

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

Expand All @@ -204,15 +204,15 @@ docker-slim update

1. Download the zip package for your platform.

- [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`)
- [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`)

- [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`)
- [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`)

- [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`)
- [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`)

- [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`)
- [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`)

- [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`)
- [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`)

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

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

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.

### Scripted Install
#### Scripted Install

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

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

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.

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

The extracted directory contains two binaries:

Expand Down

0 comments on commit 70cc8ac

Please sign in to comment.