Skip to content

Commit 937cad8

Browse files
committed
1.38.0 release info
1 parent eec7eeb commit 937cad8

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

CHANGELOG.md

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

3+
## 1.38.0 (8/27/2022)
4+
5+
### New Features
6+
7+
- Experimental 'debug' command
8+
- JSON console output format
9+
10+
### Improvements
11+
12+
- refactored http-probe-exec and http-probe-exec-file to be host-exec and host-exec-file (breaking change)
13+
14+
### Bug Fixes
15+
16+
- todo: add info
17+
318
## 1.37.6 (4/22/2022)
419

520
### Improvements

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ Elixir application images:
191191

192192
## RECENT UPDATES
193193

194-
Latest version: 1.37.6 (4/24/2022)
194+
Latest version: 1.38.0 (8/27/2022)
195195

196-
The 1.37.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
196+
The 1.37.x and 1.38.x releases add an experimental docker-compose support and various improved application tracing capabilities for the build command.
197197

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

@@ -210,15 +210,15 @@ docker-slim update
210210

211211
1. Download the zip package for your platform.
212212

213-
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.37.6/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.6/dist_mac.zip`)
213+
- [Latest Mac binaries](https://downloads.dockerslim.com/releases/1.38.0/dist_mac.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.38.0/dist_mac.zip`)
214214

215-
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.37.6/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.37.6/dist_mac_m1.zip`)
215+
- [Latest Mac M1 binaries](https://downloads.dockerslim.com/releases/1.38.0/dist_mac_m1.zip) (`curl -L -o ds.zip https://downloads.dockerslim.com/releases/1.38.0/dist_mac_m1.zip`)
216216

217-
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.37.6/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.6/dist_linux.tar.gz`)
217+
- [Latest Linux binaries](https://downloads.dockerslim.com/releases/1.38.0/dist_linux.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.38.0/dist_linux.tar.gz`)
218218

219-
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.37.6/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.6/dist_linux_arm.tar.gz`)
219+
- [Latest Linux ARM binaries](https://downloads.dockerslim.com/releases/1.38.0/dist_linux_arm.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.38.0/dist_linux_arm.tar.gz`)
220220

221-
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.37.6/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.37.6/dist_linux_arm64.tar.gz`)
221+
- [Latest Linux ARM64 binaries](https://downloads.dockerslim.com/releases/1.38.0/dist_linux_arm64.tar.gz) (`curl -L -o ds.tar.gz https://downloads.dockerslim.com/releases/1.38.0/dist_linux_arm64.tar.gz`)
222222

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

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

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

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

765765
The extracted directory contains two binaries:
766766

0 commit comments

Comments
 (0)